From ea5a20dd339c944f0ac9fa9c237be73ea84746db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Thu, 19 May 2022 20:14:25 +0200 Subject: [PATCH] Run all tests --- scripts/integration-tests/e2e-babel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/integration-tests/e2e-babel.sh b/scripts/integration-tests/e2e-babel.sh index c46b713dd308..e21d3b4063a1 100755 --- a/scripts/integration-tests/e2e-babel.sh +++ b/scripts/integration-tests/e2e-babel.sh @@ -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