From ff31a2224ed496034a0d3ca5a403601751218ddb Mon Sep 17 00:00:00 2001 From: Sandy Tao Date: Sat, 18 Oct 2025 08:20:14 -0700 Subject: [PATCH] fix(ci): use standard integration test command on windows (#11437) --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index e76ddbd00b..40feb87df9 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -218,7 +218,7 @@ jobs: UV_THREADPOOL_SIZE: '32' NODE_ENV: 'test' shell: 'pwsh' - run: 'npm run deflake:test:integration:sandbox:none' + run: 'npm run test:integration:sandbox:none' e2e: name: 'E2E'