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 b6590c0 commit 9ddc0d2Copy full SHA for 9ddc0d2
.github/workflows/build_test_and_release.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Install Playwright Browsers
63
if: github.ref != 'refs/heads/main' && steps.restore-playwright.outputs.cache-hit != 'true'
64
- run: npm playwright install --with-deps
+ run: npx playwright install --with-deps
65
66
- name: Save Playwright browsers cache
67
0 commit comments