Skip to content

Commit

Permalink
chore: test on node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 2, 2019
1 parent 9081612 commit d92cb82
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .circleci/config.yml
Expand Up @@ -102,6 +102,20 @@ jobs:
- store_test_results:
path: reports/junit

test-node-12:
working_directory: ~/jest
docker:
- image: circleci/node:12
steps:
- checkout
- restore-cache: *restore-cache
- run: *install
- save-cache: *save-cache
- run:
command: yarn test-ci-partial
- store_test_results:
path: reports/junit

test-browser:
working_directory: ~/jest
docker:
Expand Down Expand Up @@ -136,8 +150,9 @@ workflows:
- test-node-6
- test-node-8
- test-node-10
- test-node-12
- test-jest-circus
- test-node-11 # current
- test-node-11
- test-browser
- test-or-deploy-website:
filters: *filter-ignore-gh-pages

0 comments on commit d92cb82

Please sign in to comment.