Skip to content

Commit

Permalink
add communicator
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Oct 19, 2023
1 parent 4a9a6bd commit 503f2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 503f2ab

Please sign in to comment.