From 7c66fb1d90cccba0a1ea678d0e2e6d755d2cefa3 Mon Sep 17 00:00:00 2001 From: Huy Mai Date: Wed, 19 Jun 2024 10:15:01 +0000 Subject: [PATCH] Always upload test artifacts, even if the tests fail Signed-off-by: Huy Mai --- .github/workflows/e2e-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 31878ee4f7..0855753452 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -45,6 +45,7 @@ jobs: sudo -s -u $USER --preserve-env bash ${{ github.workspace }}/hack/ci-e2e.sh - name: Upload artifacts + if: ${{ !cancelled() }} uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: artifacts-${{ inputs.bmc-protocol }}.tar.gz