diff --git a/.circleci/config.yml b/.circleci/config.yml index cee180feb..8425f1d7d 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|App|Settings|Account|UI/" + command: yarn test --silent --updateSnapshot --no-watchman --maxWorkers=50% --testPathPattern="/Communicator|App|Settings|Account|UI/" image: docker: # specify the version you desire here