Skip to content

Commit c0a6ebc

Browse files
committed
remove pod pods folder before run test cases
1 parent 950433e commit c0a6ebc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ build() {
55
xcodebuild -workspace Binary.xcworkspace -scheme Binary ONLY_ACTIVE_ARCH=YES CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -quiet || exit 1
66
}
77

8+
rm -rf Pods
9+
810
python change_podfile.py "initial"
911
pod install
1012
build

0 commit comments

Comments
 (0)