fix(ci): use standard integration test command on windows (#11437)

This commit is contained in:
Sandy Tao
2025-10-18 08:20:14 -07:00
committed by GitHub
parent dd42893df7
commit ff31a2224e

View File

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