From 4a9a6bde3c69662108bbff47c971545b1ad9e7f8 Mon Sep 17 00:00:00 2001 From: Rodri Sanchez Date: Thu, 19 Oct 2023 20:30:15 -0300 Subject: [PATCH] Only board --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 695d80bd2..2d303785a 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|UI/" + command: yarn test --silent --updateSnapshot --no-watchman --maxWorkers=50% --testPathPattern="/Board/" image: docker: # specify the version you desire here