From 3643c882ee8a4dd67c1ec69771d04fde6ad18ee4 Mon Sep 17 00:00:00 2001 From: Taylor Mullen Date: Mon, 9 Feb 2026 23:13:47 -0800 Subject: [PATCH] repro: run only hooks-system.test.ts on windows --- .github/workflows/chained_e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chained_e2e.yml b/.github/workflows/chained_e2e.yml index 487225d452..d1d02e5f8f 100644 --- a/.github/workflows/chained_e2e.yml +++ b/.github/workflows/chained_e2e.yml @@ -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)'