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