Skip to content

Commit 59e0597

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ if [ -n "$BUILD_SCHEME" ]; then
88
fi
99
elif [ -n "$VALIDATOR_SUBSPEC" ]; then
1010
if [ "$VALIDATOR_SUBSPEC" == "none" ]; then
11-
pod lib lint --no-subspecs --fail-fast
11+
bundle exec pod lib lint --no-subspecs --fail-fast
1212
else
13-
pod lib lint --subspec="${VALIDATOR_SUBSPEC}" --fail-fast
13+
bundle exec pod lib lint --subspec="${VALIDATOR_SUBSPEC}" --fail-fast
1414
fi
1515
elif [ -n "$CARTHAGE_PLATFORM" ]; then
1616
cd Tests/Carthage && make test CARTHAGE_PLATFORM="$CARTHAGE_PLATFORM"

0 commit comments

Comments
 (0)