We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8554be commit 2dfe4f7Copy full SHA for 2dfe4f7
1 file changed
.github/workflows/test.yml
@@ -29,8 +29,6 @@ jobs:
29
settings:
30
- name: linux
31
host: ubuntu-latest
32
- - name: windows
33
- host: windows-latest
34
runs-on: ${{ matrix.settings.host }}
35
defaults:
36
run:
@@ -65,8 +63,6 @@ jobs:
65
63
66
64
- name: Run unit tests
67
run: bun turbo test:ci
68
- env:
69
- OPENCODE_EXPERIMENTAL_DISABLE_FILEWATCHER: ${{ runner.os == 'Windows' && 'true' || 'false' }}
70
71
- name: Run HttpApi exerciser gates
72
if: runner.os == 'Linux'
@@ -101,8 +97,6 @@ jobs:
101
97
102
98
103
99
104
105
106
100
107
env:
108
PLAYWRIGHT_BROWSERS_PATH: ${{ github.workspace }}/.playwright-browsers
0 commit comments