From b73753273cdf8c621cea0cb61b2c79bb75116cf7 Mon Sep 17 00:00:00 2001 From: Rodri Sanchez Date: Fri, 20 Oct 2023 11:16:13 -0300 Subject: [PATCH] runinbound --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eedf21e4d..f1026c375 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,7 @@ jobs: # run tests - run: name: Run Unit Tests - command: yarn test --silent --updateSnapshot --no-watchman --maxWorkers=50% --testPathPattern='/Board|Communicator/' + command: yarn test --updateSnapshot --no-watchman --runInBand --detectOpenHandles --testPathPattern='/Board|Communicator|App|Settings|Account|UI/' image: docker: # specify the version you desire here