Skip to content

Commit

Permalink
adjsut workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzz committed Jul 29, 2024
1 parent ff9e796 commit 2992c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: 🫣 Testing code
run: |
dotnet test --configuration Release -v minimal --no-build --logger trx --collect:"XPlat Code Coverage"
dotnet test --configuration Release -v minimal --logger trx --collect:"XPlat Code Coverage"
- name: 📝 Combine Coverage Reports # This is because one report is produced per project, and we want one result for all of them.
uses: danielpalme/ReportGenerator-GitHub-Action@5.3.8
Expand Down

0 comments on commit 2992c5d

Please sign in to comment.