File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 59
59
cache : pnpm
60
60
61
61
- name : 🧩 Install Dependencies
62
- run : pnpm install
62
+ run : pnpm test.local.init
63
63
64
64
- name : 🏗️ Build
65
65
working-directory : ./
@@ -101,7 +101,7 @@ jobs:
101
101
cache : pnpm
102
102
103
103
- name : 🧩 Install Dependencies
104
- run : pnpm install
104
+ run : pnpm test.local.init
105
105
106
106
- name : 🏗️ Build
107
107
working-directory : ./
@@ -165,7 +165,7 @@ jobs:
165
165
cache : pnpm
166
166
167
167
- name : 🧩 Install Dependencies
168
- run : pnpm install
168
+ run : pnpm test.local.init
169
169
170
170
- name : 🏗️ Build
171
171
working-directory : ./
@@ -229,7 +229,7 @@ jobs:
229
229
cache : pnpm
230
230
231
231
- name : 🧩 Install Dependencies
232
- run : pnpm install
232
+ run : pnpm test.local.init
233
233
234
234
- name : 🏗️ Build
235
235
working-directory : ./
@@ -293,7 +293,7 @@ jobs:
293
293
cache : pnpm
294
294
295
295
- name : 🧩 Install Dependencies
296
- run : pnpm install
296
+ run : pnpm test.local.init
297
297
298
298
- name : 🏗️ Build
299
299
working-directory : ./
@@ -357,7 +357,7 @@ jobs:
357
357
cache : pnpm
358
358
359
359
- name : 🧩 Install Dependencies
360
- run : pnpm install
360
+ run : pnpm test.local.init
361
361
362
362
- name : 🏗️ Build
363
363
working-directory : ./
@@ -421,7 +421,7 @@ jobs:
421
421
cache : pnpm
422
422
423
423
- name : 🧩 Install Dependencies
424
- run : pnpm install
424
+ run : pnpm test.local.init
425
425
426
426
- name : 🏗️ Build
427
427
working-directory : ./
Original file line number Diff line number Diff line change 36
36
"test.saucelabs.desktop" : " SAUCE_ENV=desktop wdio ./tests/configs/wdio.saucelabs.web.conf.ts" ,
37
37
"test.saucelabs.emu.web" : " SAUCE_ENV=emu wdio ./tests/configs/wdio.saucelabs.web.conf.ts" ,
38
38
"test.saucelabs.sims.web" : " SAUCE_ENV=sims wdio ./tests/configs/wdio.saucelabs.web.conf.ts" ,
39
+ "pnpm.install.workaround" : " pnpm install --shamefully-hoist" ,
39
40
"prepare" : " husky" ,
40
41
"watch" : " pnpm run -r --parallel watch"
41
42
},
78
79
"vitest" : " ^1.6.0" ,
79
80
"webdriverio" : " ^9.0.0-alpha.351"
80
81
}
81
- }
82
+ }
You can’t perform that action at this time.
0 commit comments