Skip to content

Commit

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

test-node-13:
working_directory: ~/jest
docker:
- image: circleci/node:13
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 @@ -120,7 +134,8 @@ workflows:
- lint-and-typecheck
- test-node-8
- test-node-10
- test-node-12 # current
- test-node-12
- test-node-13 # current
- test-jest-circus
- test-browser
- test-or-deploy-website:
Expand Down

0 comments on commit 6bcb621

Please sign in to comment.