File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ jobs:
225
225
TEST_FEATURES : portable
226
226
CI_LOGGER_DIR : ${{ runner.temp }}/network_test_logs
227
227
- name : Upload logs
228
+ if : always()
228
229
uses : actions/upload-artifact@v4
229
230
with :
230
231
name : network_test_logs
@@ -328,6 +329,7 @@ jobs:
328
329
- name : Run a basic beacon chain sim that starts from Deneb
329
330
run : cargo run --release --bin simulator basic-sim --disable-stdout-logging --log-dir ${{ runner.temp }}/basic_simulator_logs
330
331
- name : Upload logs
332
+ if : always()
331
333
uses : actions/upload-artifact@v4
332
334
with :
333
335
name : basic_simulator_logs
@@ -349,6 +351,7 @@ jobs:
349
351
- name : Run a beacon chain sim which tests VC fallback behaviour
350
352
run : cargo run --release --bin simulator fallback-sim --disable-stdout-logging --log-dir ${{ runner.temp }}/fallback_simulator_logs
351
353
- name : Upload logs
354
+ if : always()
352
355
uses : actions/upload-artifact@v4
353
356
with :
354
357
name : fallback_simulator_logs
You can’t perform that action at this time.
0 commit comments