Skip to content

Commit

Permalink
πŸ‘¨β€πŸ”§ Add --no-build to unittests
Browse files Browse the repository at this point in the history
Because we're already building it in the previous steps
  • Loading branch information
roycornelissen committed Oct 20, 2023
1 parent f0c28dc commit fc59a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-and-test-fast-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: dotnet add unittests/unittests.csproj package LiquidTestReports.Markdown

- name: Test
run: dotnet test --logger "liquid.md;logfilename=testResults.md" unittests/unittests.csproj
run: dotnet test --no-build --logger "liquid.md;logfilename=testResults.md" unittests/unittests.csproj
- name: Output the results to the actions jobsummary
if: always()
run: cat $(find . -name testResults.md) >> $GITHUB_STEP_SUMMARY

0 comments on commit fc59a41

Please sign in to comment.