Skip to content

Commit

Permalink
TEST-1234 Update backend-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinther committed Apr 19, 2024
1 parent ef3743c commit 6d62958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
comment-content: ${{ steps.dotnet-build.outputs.result }}

- name: WebApi Tests
run: dotnet test ../../tests/backend/WebApi.Tests --no-restore --no-build --collect:"XPlat Code Coverage" --logger "trx;LogFileName=test-results.trx" /p:CollectCoverage=true /p:CoverletOutput="../../tests/backend/WebApi.Tests/TestResults/" /p:CoverletOutputFormat=cobertura
run: dotnet test ../../tests/backend/WebApi.Tests/WebApi.Tests.csproj --no-restore --no-build --collect:"XPlat Code Coverage" --logger "trx;LogFileName=test-results.trx" /p:CollectCoverage=true /p:CoverletOutput="../../tests/backend/WebApi.Tests/TestResults/" /p:CoverletOutputFormat=cobertura

- uses: dorny/test-reporter@v1
with:
Expand Down

0 comments on commit 6d62958

Please sign in to comment.