diff --git a/scripts/integration-tests/e2e-jest.sh b/scripts/integration-tests/e2e-jest.sh index 83cb98c2175c..70bea9c44ba2 100755 --- a/scripts/integration-tests/e2e-jest.sh +++ b/scripts/integration-tests/e2e-jest.sh @@ -65,8 +65,8 @@ yarn build # The goals of this e2e test are: # 1) Check that the typescript compilation isn't completely broken # 2) Make sure that we don't accidentally break jest's usage of the Babel API -CI=true yarn test-ci-partial packages -CI=true yarn test-ci-partial e2e/__tests__/babel -CI=true yarn test-ci-partial e2e/__tests__/transform +CI=true yarn jest --color --maxWorkers=2 --config jest.config.mjs packages +CI=true yarn jest --color --maxWorkers=2 --config jest.config.mjs e2e/__tests__/babel +CI=true yarn jest --color --maxWorkers=2 --config jest.config.mjs e2e/__tests__/transform cleanup