Skip to content

Commit

Permalink
Only verify the Swift pod on PR jobs
Browse files Browse the repository at this point in the history
Since the swift pod depends on the obj-c pod, it would be very difficult for
there to ever be a problem which the obj-c test would catch which the swift one
will not.
  • Loading branch information
tgoyne committed May 27, 2020
1 parent 4acada2 commit 4c4d6c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,6 @@ case "$COMMAND" in
# https://github.com/CocoaPods/CocoaPods/issues/7708
export EXPANDED_CODE_SIGN_IDENTITY=''
cd examples/installation
sh build.sh test-$PLATFORM-objc-cocoapods
sh build.sh test-$PLATFORM-swift-cocoapods
;;

Expand Down

0 comments on commit 4c4d6c6

Please sign in to comment.