File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 run : kill ${{ steps.storybook.outputs.pid }}
4949 - name : Upload report
5050 if : ${{ always() }}
51- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
51+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
5252 with :
5353 name : axe-no-flag-${{ matrix.shard }}
5454 path : blob-report
7676 - name : merge all reports
7777 run : npx playwright merge-reports --reporter html ./all-blob-reports
7878 - name : Upload report
79- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
79+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
8080 with :
8181 name : axe
8282 path : playwright-report
@@ -123,7 +123,7 @@ jobs:
123123 run : kill ${{ steps.storybook.outputs.pid }}
124124 - name : Upload report
125125 if : ${{ always() }}
126- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
126+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
127127 with :
128128 name : axe-all-flags-${{ matrix.shard }}
129129 path : blob-report
@@ -151,7 +151,7 @@ jobs:
151151 - name : merge all reports
152152 run : npx playwright merge-reports --reporter html ./all-blob-reports
153153 - name : Upload report
154- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
154+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
155155 with :
156156 name : axe-all-flags
157157 path : playwright-report
Original file line number Diff line number Diff line change 4848 run : kill ${{ steps.storybook.outputs.pid }}
4949 - name : Upload report
5050 if : ${{ always() }}
51- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
51+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
5252 with :
5353 name : vrt-no-flag-${{ matrix.shard }}
5454 path : blob-report
7676 - name : merge all reports
7777 run : npx playwright merge-reports --reporter html ./all-blob-reports
7878 - name : Upload report
79- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
79+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
8080 with :
8181 name : vrt-no-flag
8282 path : playwright-report
@@ -123,7 +123,7 @@ jobs:
123123 run : kill ${{ steps.storybook.outputs.pid }}
124124 - name : Upload report
125125 if : ${{ always() }}
126- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
126+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
127127 with :
128128 name : vrt-all-flags-${{ matrix.shard }}
129129 path : blob-report
@@ -151,7 +151,7 @@ jobs:
151151 - name : merge all reports
152152 run : npx playwright merge-reports --reporter html ./all-blob-reports
153153 - name : Upload report
154- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
154+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
155155 with :
156156 name : vrt-all-flags
157157 path : playwright-report
Original file line number Diff line number Diff line change 1919 echo $NUMBER > ./PR/number
2020 env :
2121 NUMBER : ${{ github.event.number }}
22- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
22+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
2323 with :
2424 name : pull-request
2525 path : ./PR
6666 git ls-files --others --exclude-standard --modified | zip snapshots -@
6767 fi
6868 - name : Upload snapshots
69- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
69+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
7070 with :
7171 name : snapshots-${{ matrix.shard }}
7272 path : snapshots.zip
You can’t perform that action at this time.
0 commit comments