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