Skip to content

Commit

Permalink
chore(workflows): Build tests project if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectlyNormal committed Dec 17, 2024
1 parent 5039a09 commit fb981d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: dotnet build $SOLUTION --configuration Release -p:Version=$BUILD_VERSION --no-restore

- name: Run tests
run: dotnet test /p:Configuration=Release --no-restore --no-build --verbosity normal
run: dotnet test /p:Configuration=Release --no-restore --verbosity normal

- name: Publish
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit fb981d1

Please sign in to comment.