From e1d99d88e06703ba39889f211363954b0781497c Mon Sep 17 00:00:00 2001 From: Rodri Sanchez Date: Thu, 19 Oct 2023 20:57:11 -0300 Subject: [PATCH] communicator --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ce5a58303..d2d7ba61d 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|App|Settings/" + command: yarn test --silent --updateSnapshot --no-watchman --maxWorkers=50% --testPathPattern="/Communicator/" image: docker: # specify the version you desire here