make test fail to verify artefact upload

This commit is contained in:
mahula 2025-10-01 09:30:14 +02:00
parent 05a9b56689
commit a06ab0084f

View File

@ -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: |