diff --git a/.circleci/config.yml b/.circleci/config.yml index d2d7ba61d..eedf21e4d 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="/Communicator/" + command: yarn test --silent --updateSnapshot --no-watchman --maxWorkers=50% --testPathPattern='/Board|Communicator/' image: docker: # specify the version you desire here