Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thepirat000 authored Dec 16, 2023
1 parent 6300a6f commit 933de6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Run unit tests (no integration)
run: |
dotnet coverage collect dotnet test -m:1 --filter=TestCategory\!~Integration --output ${{ github.workspace }}/Tests/Coverage.UnitTest.cobertura.xml --output-format cobertura
dotnet coverage collect dotnet test -m:1 --filter=TestCategory!~Integration --output ${{ github.workspace }}/Tests/Coverage.UnitTest.cobertura.xml --output-format cobertura
- name: Run integration tests (SqlServer)
run: |
Expand Down

0 comments on commit 933de6d

Please sign in to comment.