File tree Expand file tree Collapse file tree 3 files changed +2925
-2362
lines changed Expand file tree Collapse file tree 3 files changed +2925
-2362
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,23 @@ jobs:
12
12
13
13
steps :
14
14
- uses : actions/checkout@v4
15
+
15
16
- uses : pnpm/action-setup@v4 # respects packageManager in package.json
17
+
16
18
- uses : actions/setup-node@v4
17
19
with :
18
20
cache : ' pnpm'
21
+
19
22
- run : pnpm install
23
+ env :
24
+ CI : true
25
+
20
26
- run : pnpm build
21
27
- run : pnpm test:format
22
28
- run : pnpm playwright install --with-deps
23
29
- run : pnpm test || exit 1
30
+
24
31
- name : Upload test results
25
- if : always()
26
32
uses : actions/upload-artifact@v4
27
33
with :
28
34
name : playwright-report
Original file line number Diff line number Diff line change 12
12
"test" : " playwright test"
13
13
},
14
14
"devDependencies" : {
15
- "@playwright/test" : " 1.41.1 " ,
15
+ "@playwright/test" : " 1.51.0 " ,
16
16
"husky" : " ^8.0.1" ,
17
17
"lint-staged" : " 15.2.0" ,
18
18
"prettier" : " 2.7.1" ,
You can’t perform that action at this time.
0 commit comments