test(app): windows fixes

This commit is contained in:
Adam
2026-01-20 11:04:43 -06:00
parent f73d7e67d3
commit 1466b43c5c

View File

@@ -37,6 +37,13 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Bun
uses: ./.github/actions/setup-bun
- name: Install Playwright browsers
working-directory: packages/app
run: ${{ matrix.settings.playwright }}
- name: Set OS-specific paths
run: |
if [ "${{ runner.os }}" = "Windows" ]; then
@@ -57,13 +64,6 @@ jobs:
printf '%s\n' "MODELS_DEV_API_JSON=${{ github.workspace }}/packages/opencode/test/tool/fixtures/models-api.json" >> "$GITHUB_ENV"
fi
- name: Setup Bun
uses: ./.github/actions/setup-bun
- name: Install Playwright browsers
working-directory: packages/app
run: ${{ matrix.settings.playwright }}
- name: Seed opencode data
working-directory: packages/opencode
run: bun script/seed-e2e.ts