diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e30112ad..2dba77c3 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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: |