Skip to content

Commit c4ec236

Browse files
committed
using temp cocoapods (fix xcode 15 build, to be reverted later)
1 parent 8465ce8 commit c4ec236

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

run-tests.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ if [ -n "$BUILD_SCHEME" ]; then
77
make test BUILD_SCHEME="$BUILD_SCHEME"
88
fi
99
elif [ -n "$VALIDATOR_SUBSPEC" ]; then
10+
bundle install
1011
if [ "$VALIDATOR_SUBSPEC" == "none" ]; then
11-
pod lib lint --no-subspecs --fail-fast
12+
bundle exec pod lib lint --no-subspecs --fail-fast
1213
else
13-
pod lib lint --subspec="${VALIDATOR_SUBSPEC}" --fail-fast
14+
bundle exec pod lib lint --subspec="${VALIDATOR_SUBSPEC}" --fail-fast
1415
fi
1516
elif [ -n "$CARTHAGE_PLATFORM" ]; then
1617
cd Tests/Carthage && make test CARTHAGE_PLATFORM="$CARTHAGE_PLATFORM"

0 commit comments

Comments
 (0)