repro: run only hooks-system.test.ts on windows

This commit is contained in:
Taylor Mullen
2026-02-09 23:13:47 -08:00
parent bd7904a9f7
commit 3643c882ee
+1 -1
View File
@@ -275,7 +275,7 @@ jobs:
UV_THREADPOOL_SIZE: '32'
NODE_ENV: 'test'
shell: 'pwsh'
run: 'npm run test:integration:sandbox:none'
run: 'npx vitest run --root integration-tests hooks-system.test.ts'
evals:
name: 'Evals (ALWAYS_PASSING)'