From a5e04e604308872a533ef59ac447664ae8d9b7a2 Mon Sep 17 00:00:00 2001 From: liuxingbaoyu <30521560+liuxingbaoyu@users.noreply.github.com> Date: Fri, 22 Jul 2022 00:44:41 +0800 Subject: [PATCH] test --- scripts/integration-tests/e2e-prettier.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/integration-tests/e2e-prettier.sh b/scripts/integration-tests/e2e-prettier.sh index d98031b163a5..9dc86a19a65c 100755 --- a/scripts/integration-tests/e2e-prettier.sh +++ b/scripts/integration-tests/e2e-prettier.sh @@ -40,6 +40,6 @@ yarn install # Only run js,jsx,misc format tests # Without --runInBand CircleCI hangs. -yarn test "tests/format/(jsx?|misc|typescript|flow|flow-repo)/" --update-snapshot +yarn test "tests/format/(jsx?|misc|typescript|flow|flow-repo)/" --update-snapshot --maxWorkers=2 cleanup