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