Skip to content

Commit

Permalink
serially run plugin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Jun 19, 2020
1 parent 13c5631 commit a3bec1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
command: mysql -e "create database grouparoo_test" -u root -h 127.0.0.1
- run:
name: test
command: ./node_modules/.bin/lerna exec jest --stream --concurrency 1 --ignore "@grouparoo/core" --ignore "*/app-*" -- --ci --passWithNoTests --maxWorkers 2
command: ./node_modules/.bin/lerna exec jest --stream --concurrency 1 --ignore "@grouparoo/core" --ignore "*/app-*" -- --ci --passWithNoTests --runInBand
complete:
docker:
- image: circleci/node:12
Expand Down
2 changes: 1 addition & 1 deletion tools/merger/data/ci/plugin/job.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
{{{custom_steps}}}
- run:
name: test
command: ./node_modules/.bin/lerna exec jest --stream --concurrency 1 --ignore "@grouparoo/core" --ignore "*/app-*" -- --ci --passWithNoTests --maxWorkers 2
command: ./node_modules/.bin/lerna exec jest --stream --concurrency 1 --ignore "@grouparoo/core" --ignore "*/app-*" -- --ci --passWithNoTests --runInBand
{{custom_test}}

0 comments on commit a3bec1d

Please sign in to comment.