Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kubagdynia committed Sep 5, 2024
1 parent fe2b8c8 commit ce9ec74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:

- name: Run tests
run: dotnet test --no-build --verbosity detailed --logger "trx;LogFileName=test_results.trx"
working-directory: ${{env.working-directory}}

- name: Upload test results
if: failure() # Only upload the test results if the tests failed
Expand Down

0 comments on commit ce9ec74

Please sign in to comment.