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