summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index fa93b61cf..fda848762 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -19,7 +19,8 @@ jobs:
uses: ./.github/actions/setup-bun
- name: Install Playwright browsers
- run: bunx --cwd packages/app playwright install --with-deps
+ working-directory: packages/app
+ run: bunx playwright install --with-deps
- name: Seed opencode data
run: bun --cwd packages/opencode script/seed-e2e.ts