Skip to content

Commit ca62772

Browse files
committed
Set iOS version
1 parent 2b067d4 commit ca62772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -ev
33
if [ -n "$BUILD_SCHEME" ]; then
44
if [ -n "$IOS_SIMULATOR" ]; then
5-
make test BUILD_SCHEME="$BUILD_SCHEME" IOS_SIMULATOR="$IOS_SIMULATOR"
5+
make test BUILD_SCHEME="$BUILD_SCHEME" IOS_SIMULATOR="$IOS_SIMULATOR" IOS_VERSION="$IOS_VERSION"
66
else
77
make test BUILD_SCHEME="$BUILD_SCHEME"
88
fi

0 commit comments

Comments
 (0)