File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -174,11 +174,12 @@ jobs:
174
174
node-version : ' 22'
175
175
cache : pnpm
176
176
177
- - name : Install Playwright Browsers
178
- run : pnpx playwright install --with-deps
179
-
180
177
- name : pnpm install
181
178
run : pnpm install --frozen-lockfile
179
+
180
+ - name : Install Playwright Browsers
181
+ run : pnpm exec playwright install --with-deps
182
+
182
183
- name : Build itk-wasm
183
184
run : |
184
185
pnpm run --aggregate-output --filter itk-wasm build
@@ -242,10 +243,13 @@ jobs:
242
243
pnpm run --aggregate-output --filter itk-wasm build
243
244
- name : Install dependencies
244
245
run : pnpm install
246
+
245
247
- name : Install Playwright Browsers
246
- run : pnpx playwright install --with-deps
248
+ run : pnpm exec playwright install --with-deps
249
+
247
250
- name : Run Playwright tests
248
251
run : pnpm run test
252
+
249
253
- uses : actions/upload-artifact@v4
250
254
if : ${{ !cancelled() }}
251
255
with :
You can’t perform that action at this time.
0 commit comments