We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5359ea4 commit 1d00c03Copy full SHA for 1d00c03
.github/workflows/test_bundles.yml
@@ -67,8 +67,8 @@ jobs:
67
# Install playwright for headless browser testing:
68
- name: 'Install playwright'
69
run: |
70
- npm install -g playwright
71
- playwright install --with-deps chromium
+ npm install playwright
+ npx playwright install --with-deps chromium
72
73
# Try loading the UMD browser bundle with playwright:
74
- name: 'Try loading UMD browser bundle with playwright'
0 commit comments