From 6895908bbb510826632ad688dee5dd7fdab68acd Mon Sep 17 00:00:00 2001 From: Andrew Pontzen Date: Fri, 29 Sep 2023 09:47:46 +0100 Subject: [PATCH] Always upload artifact, even if (especially if) tests failed --- .github/workflows/build-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 836abea..360e856 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -34,6 +34,7 @@ jobs: working-directory: tests run: python -m pytest - uses: actions/upload-artifact@v3 + if: always() with: name: Outputs from tests path: tests/output/