File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -436,6 +436,7 @@ jobs:
436
436
437
437
# Xcode 10: Runs unit tests on iOS and Apple TV devices
438
438
test_objc_xcode10 :
439
+ << : *defaults
439
440
macos :
440
441
xcode : " 10.0.0"
441
442
steps :
@@ -696,21 +697,18 @@ workflows:
696
697
- checkout_code
697
698
698
699
# Tooling Compatibility Checks
699
- # Checks that newer tooling is well supported.
700
- # Test Xcode 10 compatibility
701
700
- test_objc_xcode10 :
702
701
filters : *filter-ignore-gh-pages
703
- # Test Node 10 compatibility
704
702
- test_node10 :
705
703
filters : *filter-ignore-gh-pages
706
704
707
705
# Only runs on vX.X.X tags if all tests are green
708
706
- publish_npm_package :
709
- # ignore any commit on any branch by default
710
- branches :
711
- ignore : /.*/
712
- # only act on version tags
713
707
filters :
708
+ # ignore any commit on any branch by default
709
+ branches :
710
+ ignore : /.*/
711
+ # only act on version tags
714
712
tags :
715
713
only : /v[0-9]+(\.[0-9]+)*(\-rc(\.[0-9]+)?)?/
716
714
requires :
You can’t perform that action at this time.
0 commit comments