Skip to content

Commit b90315b

Browse files
committed
chore: cleanup
1 parent 182c43a commit b90315b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

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

2121
- name: Install Playwright browsers
22-
run: bunx --cwd packages/app playwright install --with-deps
22+
working-directory: packages/app
23+
run: bunx playwright install --with-deps
2324

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

0 commit comments

Comments
 (0)