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 56c8ab1 commit d0ecc02
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,7 @@ jobs:
LOG_FILE: super-linter.out
DISABLE_ERRORS: true

- run: |
ls -la
ls -la ${{ env.WORKFLOW_AGENT_PATH }}
cat super-linter.out >> $GITHUB_STEP_SUMMARY
- run: cat ${{ env.WORKFLOW_AGENT_PATH }}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 d0ecc02

Please sign in to comment.