We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2627d commit 9a1ef9aCopy full SHA for 9a1ef9a
.circleci/config.yml
@@ -90,10 +90,11 @@ jobs:
90
steps:
91
- checkout
92
- restore-cache: *restore-cache
93
- - run: yarn --no-progress
+ - run: yarn --no-progress --ignore-engines
94
- save-cache: *save-cache
95
- run:
96
- command: yarn test-ci-partial
+ # react-native does not work with node 6
97
+ command: rm -rf examples/react-native && yarn test-ci-partial
98
- store_test_results:
99
path: reports/junit
100
0 commit comments