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)'