Skip to content

Commit 0628b13

Browse files
committed
add objc sample to test script
1 parent 97ac01c commit 0628b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ EXIT_STATUS=0
1313
CODE_SIGNING_REQUIRED=NO \
1414
| xcpretty) || EXIT_STATUS=$?
1515

16-
cd samples/objc;
17-
pod install;
16+
cd samples/objc || EXIT_STATUS=$?
17+
pod install || EXIT_STATUS=$?
1818

1919
(xcodebuild \
2020
-workspace FirebaseUI-demo-objc.xcworkspace \

0 commit comments

Comments
 (0)