diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 71955db..27e66df 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: windows-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -27,7 +27,7 @@ jobs: run: dotnet build --no-restore -c Release - name: Test - run: dotnet test --no-build --verbosity normal + run: dotnet test --verbosity normal - name: Publish run: dotnet nuget push StateMachine/bin/Release/RoadieRichStateMachine*.nupkg -k ${PUBLISH_KEY} --source https://api.nuget.org/v3/index.json