We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8465ce8 commit 59e0597Copy full SHA for 59e0597
run-tests.sh
@@ -8,9 +8,9 @@ if [ -n "$BUILD_SCHEME" ]; then
8
fi
9
elif [ -n "$VALIDATOR_SUBSPEC" ]; then
10
if [ "$VALIDATOR_SUBSPEC" == "none" ]; then
11
- pod lib lint --no-subspecs --fail-fast
+ bundle exec pod lib lint --no-subspecs --fail-fast
12
else
13
- pod lib lint --subspec="${VALIDATOR_SUBSPEC}" --fail-fast
+ bundle exec pod lib lint --subspec="${VALIDATOR_SUBSPEC}" --fail-fast
14
15
elif [ -n "$CARTHAGE_PLATFORM" ]; then
16
cd Tests/Carthage && make test CARTHAGE_PLATFORM="$CARTHAGE_PLATFORM"
0 commit comments