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 96534d9 commit de24885Copy full SHA for de24885
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
run: bun install
20
21
- name: Install Playwright binaries
22
- run: bun playwright install --with-deps
+ run: bunx playwright install --with-deps
23
if: steps.playwright-cache.outputs.cache-hit != 'true'
24
25
- name: Run unit tests
0 commit comments