File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,17 +12,23 @@ jobs:
1212
1313 steps :
1414 - uses : actions/checkout@v4
15+
1516 - uses : pnpm/action-setup@v4 # respects packageManager in package.json
17+
1618 - uses : actions/setup-node@v4
1719 with :
1820 cache : ' pnpm'
21+
1922 - run : pnpm install
23+ env :
24+ CI : true
25+
2026 - run : pnpm build
2127 - run : pnpm test:format
2228 - run : pnpm playwright install --with-deps
2329 - run : pnpm test || exit 1
30+
2431 - name : Upload test results
25- if : always()
2632 uses : actions/upload-artifact@v4
2733 with :
2834 name : playwright-report
Original file line number Diff line number Diff line change 1212 "test" : " playwright test"
1313 },
1414 "devDependencies" : {
15- "@playwright/test" : " 1.41.1 " ,
15+ "@playwright/test" : " 1.51.0 " ,
1616 "husky" : " ^8.0.1" ,
1717 "lint-staged" : " 15.2.0" ,
1818 "prettier" : " 2.7.1" ,
You can’t perform that action at this time.
0 commit comments