File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -950,13 +950,13 @@ jobs:
950
950
retention-days : 7
951
951
952
952
- name : Pre-process E2E Test Dumps
953
- if : always ()
953
+ if : failure ()
954
954
run : |
955
955
node ./scripts/normalize-e2e-test-dump-transaction-events.js
956
956
957
957
- name : Upload E2E Test Event Dumps
958
958
uses : actions/upload-artifact@v4
959
- if : always ()
959
+ if : failure ()
960
960
with :
961
961
name : E2E Test Dump (${{ matrix.label || matrix.test-application }})
962
962
path : ${{ runner.temp }}/test-application/event-dumps
@@ -1062,13 +1062,13 @@ jobs:
1062
1062
run : pnpm ${{ matrix.assert-command || 'test:assert' }}
1063
1063
1064
1064
- name : Pre-process E2E Test Dumps
1065
- if : always ()
1065
+ if : failure ()
1066
1066
run : |
1067
1067
node ./scripts/normalize-e2e-test-dump-transaction-events.js
1068
1068
1069
1069
- name : Upload E2E Test Event Dumps
1070
1070
uses : actions/upload-artifact@v4
1071
- if : always ()
1071
+ if : failure ()
1072
1072
with :
1073
1073
name : E2E Test Dump (${{ matrix.label || matrix.test-application }})
1074
1074
path : ${{ runner.temp }}/test-application/event-dumps
You can’t perform that action at this time.
0 commit comments