File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818 - uses : MH4GF/shared-config/.github/composite-actions/setup-pnpm@main
1919 with :
20- node-version-file : web/.node-version
21- pnpm-version : " 8.9.2"
2220 working-directory : web
23- - run : pnpm i
2421 - run : pnpm lint
2522
2623 api-lint :
Original file line number Diff line number Diff line change 2727
2828 - uses : MH4GF/shared-config/.github/composite-actions/setup-pnpm@main
2929 with :
30- node-version-file : web/.node-version
31- pnpm-version : " 8.9.2"
3230 working-directory : web
3331
3432 - run : pnpm i
4341
4442 - name : Upload failed screenshots
4543 if : failure()
46- uses : actions/upload-artifact@v3
44+ uses : actions/upload-artifact@v4
4745 with :
4846 name : vrt-failed-screenshots-${{ github.sha }}
4947 path : web/test-results
You can’t perform that action at this time.
0 commit comments