From ce9ec7492f7b8cacd1190776cd3b55fc75bd6a1c Mon Sep 17 00:00:00 2001 From: kubagdynia Date: Thu, 5 Sep 2024 14:14:43 +0200 Subject: [PATCH] Update GitHub Actions --- .github/workflows/publish.yaml | 1 - 1 file changed, 1 deletion(-) 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