Skip to content

Commit

Permalink
Run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed May 19, 2022
1 parent c4c0658 commit ea5a20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/integration-tests/e2e-babel.sh
Expand Up @@ -36,7 +36,7 @@ node "$PWD"/scripts/integration-tests/utils/bump-babel-dependencies.js
YARN_ENABLE_IMMUTABLE_INSTALLS=false make -j build-standalone-ci
for i in {1..50}; do
echo "RUN NUMBER $i"
BABEL_ENV=test yarn jest --maxWorkers=4 --ci eslint
BABEL_ENV=test yarn jest --maxWorkers=4 --ci
done

cleanup

0 comments on commit ea5a20d

Please sign in to comment.