Skip to content

Commit

Permalink
runinbound
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Oct 20, 2023
1 parent 669e308 commit b737532
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|Communicator/'
command: yarn test --updateSnapshot --no-watchman --runInBand --detectOpenHandles --testPathPattern='/Board|Communicator|App|Settings|Account|UI/'
image:
docker:
# specify the version you desire here
Expand Down

0 comments on commit b737532

Please sign in to comment.