repro: fix syntax error and allow focused tests

This commit is contained in:
Taylor Mullen
2026-02-10 15:10:51 -08:00
parent cbba40eb66
commit 009cdd92ba
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ jobs:
UV_THREADPOOL_SIZE: '32'
NODE_ENV: 'test'
shell: 'pwsh'
run: 'npx vitest run --root integration-tests hooks-system.test.ts hooks-agent-flow.test.ts --test-timeout 600000'
run: 'npx vitest run --root integration-tests hooks-system.test.ts hooks-agent-flow.test.ts --test-timeout 600000 --allowOnly'
evals:
name: 'Evals (ALWAYS_PASSING)'
@@ -300,8 +300,6 @@ describe('Hooks Agent Flow', () => {
},
],
},
],
},
},
},
);