Skip to content

Commit

Permalink
Update backend-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinther committed May 3, 2024
1 parent b3fbd2f commit 56c8ab1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@ jobs:
LOG_FILE: super-linter.out
DISABLE_ERRORS: true

- run: cat super-linter.out >> $GITHUB_STEP_SUMMARY
- run: |
ls -la
ls -la ${{ env.WORKFLOW_AGENT_PATH }}
cat super-linter.out >> $GITHUB_STEP_SUMMARY
- name: WebApi Tests
run: dotnet test ../../tests/backend/WebApi.Tests --no-restore --collect:"XPlat Code Coverage" --logger "trx;LogFileName=test-results.trx" /p:CollectCoverage=true /p:CoverletOutput="../../tests/backend/WebApi.Tests/TestResults/" /p:CoverletOutputFormat=cobertura
Expand Down

0 comments on commit 56c8ab1

Please sign in to comment.