Skip to content

Commit f1daf3b

Browse files
committed
fix(app): tests in ci
1 parent dd19c3d commit f1daf3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: ./.github/actions/setup-bun
2020

2121
- name: Install Playwright browsers
22-
run: bun --cwd packages/app x playwright install --with-deps
22+
run: bunx --cwd packages/app playwright install --with-deps
2323

2424
- name: Seed opencode data
2525
run: bun --cwd packages/opencode script/seed-e2e.ts

0 commit comments

Comments
 (0)