File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -433,6 +433,21 @@ jobs:
433433 - store_test_results :
434434 path : ~/react-native/reports/junit
435435
436+ # Run JavaScript tests on Node 10
437+ test_node10 :
438+ << : *defaults
439+ docker :
440+ - image : circleci/node:10
441+ environment :
442+ - PATH : " /opt/yarn/yarn-v1.5.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
443+ steps :
444+ - checkout
445+ - run : *setup-artifacts
446+ - run : *yarn
447+ - run : *run-js-tests
448+ - store_test_results :
449+ path : ~/react-native/reports/junit
450+
436451 # Runs unit tests on iOS and Apple TV devices
437452 test_objc :
438453 << : *macos_defaults
@@ -665,6 +680,10 @@ workflows:
665680 requires :
666681 - checkout_code
667682
683+ # Test JavaScript and Node 10 compatibility
684+ - test_node10 :
685+ filters : *filter-ignore-gh-pages
686+
668687 # Test Android
669688 - test_android :
670689 filters : *filter-ignore-gh-pages
You can’t perform that action at this time.
0 commit comments