Skip to content

Commit 9a1ef9a

Browse files
committed
Ignore React Native tests in Node 6
1 parent 2e2627d commit 9a1ef9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,11 @@ jobs:
9090
steps:
9191
- checkout
9292
- restore-cache: *restore-cache
93-
- run: yarn --no-progress
93+
- run: yarn --no-progress --ignore-engines
9494
- save-cache: *save-cache
9595
- run:
96-
command: yarn test-ci-partial
96+
# react-native does not work with node 6
97+
command: rm -rf examples/react-native && yarn test-ci-partial
9798
- store_test_results:
9899
path: reports/junit
99100

0 commit comments

Comments
 (0)