mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-04 10:43:29 +00:00
undo test.sh change
This commit is contained in:
parent
038a025b81
commit
ab7061aa29
@ -122,7 +122,9 @@ case "$TARGET" in
|
||||
xctest RealmJS
|
||||
;;
|
||||
"react-tests")
|
||||
${SRCROOT}/scripts/reset-simulators.sh
|
||||
if ! [ -z "${JENKINS_HOME}" ]; then
|
||||
${SRCROOT}/scripts/reset-simulators.sh
|
||||
fi
|
||||
|
||||
pushd tests/react-test-app
|
||||
|
||||
@ -134,7 +136,9 @@ case "$TARGET" in
|
||||
xctest ReactTestApp || xctest ReactTestApp
|
||||
;;
|
||||
"react-example")
|
||||
${SRCROOT}/scripts/reset-simulators.sh
|
||||
if ! [ -z "${JENKINS_HOME}" ]; then
|
||||
${SRCROOT}/scripts/reset-simulators.sh
|
||||
fi
|
||||
|
||||
pushd examples/ReactExample
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user