Skip to content

Commit

Permalink
Trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Farshad DASHTI authored and Farshad DASHTI committed Oct 4, 2024
1 parent e1afa8e commit 41a1924
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Run Tests
if: ${{ inputs.run_tests }}
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" ${{ env.test_project_path }}
run: dotnet test --verbosity normal --collect:"XPlat Code Coverage" ${{ env.test_project_path }}

- name: Generate Code Coverage Report
if: ${{ inputs.run_tests }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@
</ItemGroup>

</Project>


0 comments on commit 41a1924

Please sign in to comment.