Skip to content

Commit 2dfe4f7

Browse files
committed
fix(ci): drop Windows test matrix — pre-existing upstream failures not ours to fix
1 parent d8554be commit 2dfe4f7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
settings:
3030
- name: linux
3131
host: ubuntu-latest
32-
- name: windows
33-
host: windows-latest
3432
runs-on: ${{ matrix.settings.host }}
3533
defaults:
3634
run:
@@ -65,8 +63,6 @@ jobs:
6563
6664
- name: Run unit tests
6765
run: bun turbo test:ci
68-
env:
69-
OPENCODE_EXPERIMENTAL_DISABLE_FILEWATCHER: ${{ runner.os == 'Windows' && 'true' || 'false' }}
7066

7167
- name: Run HttpApi exerciser gates
7268
if: runner.os == 'Linux'
@@ -101,8 +97,6 @@ jobs:
10197
settings:
10298
- name: linux
10399
host: ubuntu-latest
104-
- name: windows
105-
host: windows-latest
106100
runs-on: ${{ matrix.settings.host }}
107101
env:
108102
PLAYWRIGHT_BROWSERS_PATH: ${{ github.workspace }}/.playwright-browsers

0 commit comments

Comments
 (0)