From a06ab0084fc2fc35c18b49ba6cec3fd79a544272 Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 1 Oct 2025 09:30:14 +0200 Subject: [PATCH] make test fail to verify artefact upload --- .github/workflows/test.e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.e2e.yml b/.github/workflows/test.e2e.yml index e9ce0a78..cd94827d 100644 --- a/.github/workflows/test.e2e.yml +++ b/.github/workflows/test.e2e.yml @@ -174,7 +174,7 @@ jobs: - name: Upload Test Artifacts uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 - if: failure() && steps.cypress-tests.outcome == 'failure' + if: always() && steps.cypress-tests.outcome == 'failure' with: name: e2e-test-results-${{ github.run_id }}-${{ github.run_attempt }} path: |