95
95
shell : bash
96
96
run : npm run build:wasm
97
97
98
- - uses : actions/upload-artifact@v4
98
+ - name : Upload compiled wasm artifacts
99
+ uses : actions/upload-artifact@v4
99
100
with :
100
101
name : prepared-wasm
101
102
path : |
@@ -176,7 +177,8 @@ jobs:
176
177
CI_SUITE : e2e:snapshots
177
178
TARGET : web
178
179
179
- - uses : actions/upload-artifact@v4
180
+ - name : Upload playwright report
181
+ uses : actions/upload-artifact@v4
180
182
if : ${{ !cancelled() }}
181
183
with :
182
184
name : playwright-report-snapshot-${{ github.sha }}
@@ -290,7 +292,8 @@ jobs:
290
292
CI_SUITE : e2e:web
291
293
TARGET : web
292
294
293
- - uses : actions/upload-artifact@v4
295
+ - name : Upload playwright report
296
+ uses : actions/upload-artifact@v4
294
297
if : ${{ !cancelled() && (success() || failure()) }}
295
298
with :
296
299
name : playwright-report-web-${{ env.OS_NAME }}-${{ matrix.shardIndex }}-${{ github.sha }}
@@ -415,7 +418,8 @@ jobs:
415
418
CI_SUITE : e2e:desktop
416
419
TARGET : desktop
417
420
418
- - uses : actions/upload-artifact@v4
421
+ - name : Upload test report
422
+ uses : actions/upload-artifact@v4
419
423
if : always()
420
424
with :
421
425
name : test-results-desktop-${{ env.OS_NAME }}-${{ matrix.shardIndex }}-${{ github.sha }}
@@ -424,7 +428,8 @@ jobs:
424
428
retention-days : 30
425
429
overwrite : true
426
430
427
- - uses : actions/upload-artifact@v4
431
+ - name : Upload playwright report
432
+ uses : actions/upload-artifact@v4
428
433
if : always()
429
434
with :
430
435
name : playwright-report-desktop-${{ env.OS_NAME }}-${{ matrix.shardIndex }}-${{ github.sha }}
0 commit comments