mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +00:00
Update test script to actually test ReactExample
This commit is contained in:
parent
137e4d6288
commit
c01c0faa7b
@ -94,10 +94,11 @@ case "$TARGET" in
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
npm update react-native
|
npm update react-native
|
||||||
|
open_chrome
|
||||||
start_packager
|
start_packager
|
||||||
|
|
||||||
pushd ios
|
pushd ios
|
||||||
xcodebuild -scheme ReactExample -configuration "$CONFIGURATION" -sdk iphonesimulator build $DESTINATION
|
xcodebuild -scheme ReactExample -configuration "$CONFIGURATION" -sdk iphonesimulator $DESTINATION build test
|
||||||
;;
|
;;
|
||||||
"react-tests-android")
|
"react-tests-android")
|
||||||
if [[ $CONFIGURATION == 'Debug' ]]; then
|
if [[ $CONFIGURATION == 'Debug' ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user