From 29c8e4061bba0e7e61aa2f6d86826f846fccc7ea Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Fri, 14 Jul 2023 13:02:37 +0200 Subject: [PATCH] Also save artifacts on failures. --- .github/workflows/python-app.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index f836385..f95e37e 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -88,6 +88,7 @@ jobs: - name: Save artifacts uses: actions/upload-artifact@v3 + if: always() with: name: test-artifacts-${{ matrix.python-version }} path: artifacts