Skip to content

Commit 760e27b

Browse files
test(ci): run sandbox gate from package
1 parent 21489cd commit 760e27b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ jobs:
6969

7070
- name: Run Windows sandbox integration tests
7171
if: runner.os == 'Windows'
72-
run: bun test packages/kilo-sandbox/test/windows.integration.test.ts --timeout 30000
72+
working-directory: packages/kilo-sandbox
73+
run: bun test test/windows.integration.test.ts --timeout 30000
7374
env:
7475
KILO_WINDOWS_SANDBOX_HELPER: ${{ github.workspace }}/packages/kilo-sandbox/native/windows/target/release/kilo-sandbox-win.exe
7576

0 commit comments

Comments
 (0)