File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 48
48
run : kill ${{ steps.storybook.outputs.pid }}
49
49
- name : Upload report
50
50
if : ${{ always() }}
51
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
51
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
52
52
with :
53
53
name : axe-no-flag-${{ matrix.shard }}
54
54
path : blob-report
76
76
- name : merge all reports
77
77
run : npx playwright merge-reports --reporter html ./all-blob-reports
78
78
- name : Upload report
79
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
79
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
80
80
with :
81
81
name : axe
82
82
path : playwright-report
@@ -123,7 +123,7 @@ jobs:
123
123
run : kill ${{ steps.storybook.outputs.pid }}
124
124
- name : Upload report
125
125
if : ${{ always() }}
126
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
126
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
127
127
with :
128
128
name : axe-all-flags-${{ matrix.shard }}
129
129
path : blob-report
@@ -151,7 +151,7 @@ jobs:
151
151
- name : merge all reports
152
152
run : npx playwright merge-reports --reporter html ./all-blob-reports
153
153
- name : Upload report
154
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
154
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
155
155
with :
156
156
name : axe-all-flags
157
157
path : playwright-report
Original file line number Diff line number Diff line change 48
48
run : kill ${{ steps.storybook.outputs.pid }}
49
49
- name : Upload report
50
50
if : ${{ always() }}
51
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
51
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
52
52
with :
53
53
name : vrt-no-flag-${{ matrix.shard }}
54
54
path : blob-report
76
76
- name : merge all reports
77
77
run : npx playwright merge-reports --reporter html ./all-blob-reports
78
78
- name : Upload report
79
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
79
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
80
80
with :
81
81
name : vrt-no-flag
82
82
path : playwright-report
@@ -123,7 +123,7 @@ jobs:
123
123
run : kill ${{ steps.storybook.outputs.pid }}
124
124
- name : Upload report
125
125
if : ${{ always() }}
126
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
126
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
127
127
with :
128
128
name : vrt-all-flags-${{ matrix.shard }}
129
129
path : blob-report
@@ -151,7 +151,7 @@ jobs:
151
151
- name : merge all reports
152
152
run : npx playwright merge-reports --reporter html ./all-blob-reports
153
153
- name : Upload report
154
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
154
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
155
155
with :
156
156
name : vrt-all-flags
157
157
path : playwright-report
Original file line number Diff line number Diff line change 19
19
echo $NUMBER > ./PR/number
20
20
env :
21
21
NUMBER : ${{ github.event.number }}
22
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
22
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
23
23
with :
24
24
name : pull-request
25
25
path : ./PR
66
66
git ls-files --others --exclude-standard --modified | zip snapshots -@
67
67
fi
68
68
- name : Upload snapshots
69
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
69
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
70
70
with :
71
71
name : snapshots-${{ matrix.shard }}
72
72
path : snapshots.zip
You can’t perform that action at this time.
0 commit comments