Skip to content

Commit ff31a22

Browse files
authored
fix(ci): use standard integration test command on windows (#11437)
1 parent dd42893 commit ff31a22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
UV_THREADPOOL_SIZE: '32'
219219
NODE_ENV: 'test'
220220
shell: 'pwsh'
221-
run: 'npm run deflake:test:integration:sandbox:none'
221+
run: 'npm run test:integration:sandbox:none'
222222

223223
e2e:
224224
name: 'E2E'

0 commit comments

Comments
 (0)