Skip to content

Commit

Permalink
ci: try dogfooding on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Mar 4, 2022
1 parent 8a6d66f commit 0b5b53e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: << parameters.node-version >>
- node/install-packages: *install
- run:
command: yarn test-ci-partial
command: yarn test-ci-partial --shard=<< matrix.shard >>
- store_test_results:
path: reports/junit

Expand All @@ -49,8 +49,9 @@ workflows:
build-and-deploy:
jobs:
- test-node:
name: test-node-partial-<< matrix.node-version >>
name: test-node-partial-<< matrix.node-version >>-<< matrix.shard >>
matrix:
parameters:
node-version: ['12', '14', '16', '17']
- test-jest-jasmine
shard: ['1/3', '2/3', '3/3']
- test-jest-jasmine

0 comments on commit 0b5b53e

Please sign in to comment.