diff options
| author | Adam <[email protected]> | 2026-01-18 05:45:24 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-01-19 09:03:52 -0600 |
| commit | f1daf3b4308cf85a3f61fb2f1d4b3f55316487b1 (patch) | |
| tree | 80781a262deb2398fbb374ffcfa837dabfc2e563 | |
| parent | dd19c3d8f2cfbb7d1b157bbe6f5a9a969cb6c239 (diff) | |
| download | opencode-f1daf3b4308cf85a3f61fb2f1d4b3f55316487b1.tar.gz opencode-f1daf3b4308cf85a3f61fb2f1d4b3f55316487b1.zip | |
fix(app): tests in ci
| -rw-r--r-- | .github/workflows/test.yml | 2 |
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 |
