test(ci): keep HttpApi exerciser on Linux

This commit is contained in:
marius-kilocode
2026-06-23 12:15:16 +02:00
parent 55203c3a2c
commit 0df55e967b
+1 -1
View File
@@ -83,7 +83,7 @@ jobs:
KILO_EXPERIMENTAL_DISABLE_FILEWATCHER: ${{ runner.os == 'Windows' && 'true' || 'false' }}
- name: Run HttpApi exerciser gates
if: runner.os != 'Windows' # kilocode_change
if: runner.os == 'Linux' # kilocode_change
working-directory: packages/opencode
run: bun run test:httpapi