mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
make test fail to verify artefact upload
This commit is contained in:
parent
05a9b56689
commit
a06ab0084f
2
.github/workflows/test.e2e.yml
vendored
2
.github/workflows/test.e2e.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user