diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 678426da..8d9f2c28 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -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