Skip to content

Commit

Permalink
remove --no-build from dotnet test
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadieRich authored Jan 11, 2024
1 parent fbb65ab commit 2e21e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2e21e2b

Please sign in to comment.