We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21489cd commit 760e27bCopy full SHA for 760e27b
1 file changed
.github/workflows/test.yml
@@ -69,7 +69,8 @@ jobs:
69
70
- name: Run Windows sandbox integration tests
71
if: runner.os == 'Windows'
72
- run: bun test packages/kilo-sandbox/test/windows.integration.test.ts --timeout 30000
+ working-directory: packages/kilo-sandbox
73
+ run: bun test test/windows.integration.test.ts --timeout 30000
74
env:
75
KILO_WINDOWS_SANDBOX_HELPER: ${{ github.workspace }}/packages/kilo-sandbox/native/windows/target/release/kilo-sandbox-win.exe
76
0 commit comments