We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d787040 commit 1a2c277Copy full SHA for 1a2c277
.circleci/config.yml
@@ -73,21 +73,6 @@ jobs:
73
- store_test_results:
74
path: reports/junit
75
76
- test-node-9:
77
- working_directory: ~/jest
78
- docker:
79
- - image: circleci/node:9
80
- steps:
81
- - checkout
82
- - restore-cache: *restore-cache
83
- - run: yarn --no-progress
84
- - save-cache: *save-cache
85
- - run:
86
- command: yarn test-ci-partial
87
- environment:
88
- JEST_JUNIT_OUTPUT: "reports/junit/js-test-results.xml"
89
-
90
91
test-jest-circus:
92
working_directory: ~/jest
93
docker:
@@ -156,7 +141,6 @@ workflows:
156
141
- test-node-8
157
142
- test-node-6
158
143
- test-node-10
159
- - test-node-9
160
144
- test-jest-circus
161
145
- test-browser
162
146
- test-and-deploy-website
0 commit comments