We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182c43a commit b90315bCopy full SHA for b90315b
.github/workflows/test.yml
@@ -19,7 +19,8 @@ jobs:
19
uses: ./.github/actions/setup-bun
20
21
- name: Install Playwright browsers
22
- run: bunx --cwd packages/app playwright install --with-deps
+ working-directory: packages/app
23
+ run: bunx playwright install --with-deps
24
25
- name: Seed opencode data
26
run: bun --cwd packages/opencode script/seed-e2e.ts
0 commit comments