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