refactor: disable filewatcher on windows

This commit is contained in:
Catriel Müller
2026-04-14 00:20:50 -03:00
parent 52583cd867
commit a3721046be
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
- name: Run unit tests
run: bun turbo test:ci
env:
OPENCODE_EXPERIMENTAL_DISABLE_FILEWATCHER: ${{ runner.os == 'Windows' && 'true' || 'false' }}
KILO_EXPERIMENTAL_DISABLE_FILEWATCHER: ${{ runner.os == 'Windows' && 'true' || 'false' }}
- name: Publish unit reports
if: always()