diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5e92b71..86c3024 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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