Skip to content

Commit de24885

Browse files
committed
ci: fix plawright install command
1 parent 96534d9 commit de24885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: bun install
2020

2121
- name: Install Playwright binaries
22-
run: bun playwright install --with-deps
22+
run: bunx playwright install --with-deps
2323
if: steps.playwright-cache.outputs.cache-hit != 'true'
2424

2525
- name: Run unit tests

0 commit comments

Comments
 (0)