Skip to content

Commit 1d00c03

Browse files
authored
Update test_bundles.yml
1 parent 5359ea4 commit 1d00c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_bundles.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
# Install playwright for headless browser testing:
6868
- name: 'Install playwright'
6969
run: |
70-
npm install -g playwright
71-
playwright install --with-deps chromium
70+
npm install playwright
71+
npx playwright install --with-deps chromium
7272
7373
# Try loading the UMD browser bundle with playwright:
7474
- name: 'Try loading UMD browser bundle with playwright'

0 commit comments

Comments
 (0)