Skip to content

Commit 1466b43

Browse files
committed
test(app): windows fixes
1 parent f73d7e6 commit 1466b43

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ jobs:
3737
with:
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939

40+
- name: Setup Bun
41+
uses: ./.github/actions/setup-bun
42+
43+
- name: Install Playwright browsers
44+
working-directory: packages/app
45+
run: ${{ matrix.settings.playwright }}
46+
4047
- name: Set OS-specific paths
4148
run: |
4249
if [ "${{ runner.os }}" = "Windows" ]; then
@@ -57,13 +64,6 @@ jobs:
5764
printf '%s\n' "MODELS_DEV_API_JSON=${{ github.workspace }}/packages/opencode/test/tool/fixtures/models-api.json" >> "$GITHUB_ENV"
5865
fi
5966
60-
- name: Setup Bun
61-
uses: ./.github/actions/setup-bun
62-
63-
- name: Install Playwright browsers
64-
working-directory: packages/app
65-
run: ${{ matrix.settings.playwright }}
66-
6767
- name: Seed opencode data
6868
working-directory: packages/opencode
6969
run: bun script/seed-e2e.ts

0 commit comments

Comments
 (0)