try to work around failure to run the tests
This commit is contained in:
parent
8bd5ee8be7
commit
219947db9e
|
@ -35,6 +35,8 @@ echo "$devices" | ruby -rjson -e 'puts JSON.parse($stdin.read)["devices"].flat_m
|
||||||
done
|
done
|
||||||
wait
|
wait
|
||||||
|
|
||||||
|
xcrun simctl boot "iPhone 5" # React Native seems to want to test with this device
|
||||||
|
|
||||||
if [[ -a "${DEVELOPER_DIR}/Applications/Simulator.app" ]]; then
|
if [[ -a "${DEVELOPER_DIR}/Applications/Simulator.app" ]]; then
|
||||||
open "${DEVELOPER_DIR}/Applications/Simulator.app"
|
open "${DEVELOPER_DIR}/Applications/Simulator.app"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue