mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
fix(app): tests in ci
This commit is contained in:
parent
dd19c3d8f2
commit
f1daf3b430
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue