mirror of
https://github.com/status-im/react-native.git
synced 2025-02-15 02:47:42 +00:00
Fixed e2e test being run twice on Circle
Summary: Closes https://github.com/facebook/react-native/pull/6768 Differential Revision: D3132093 fb-gh-sync-id: 9ff9208b4549ee56c4bcf5531699857056940fc9 fbshipit-source-id: 9ff9208b4549ee56c4bcf5531699857056940fc9
This commit is contained in:
parent
02b6e38bee
commit
5387e09dc7
@ -77,7 +77,7 @@ test:
|
||||
- source scripts/circle-ci-android-setup.sh && retry3 ./scripts/run-android-instrumentation-tests.sh com.facebook.react.tests.gradle
|
||||
|
||||
# JS and Android e2e test
|
||||
- ./scripts/e2e-test.sh --packager --android
|
||||
- source scripts/circle-ci-android-setup.sh && retry3 ./scripts/e2e-test.sh --packager --android
|
||||
|
||||
# testing docs generation is not broken
|
||||
- cd website && node ./server/generate.js
|
||||
|
@ -44,6 +44,7 @@ function cleanup {
|
||||
rm $MARKER_IOS
|
||||
rm $MARKER_ANDROID
|
||||
[ $SERVER_PID ] && kill -9 $SERVER_PID
|
||||
exit $EXIT_CODE
|
||||
}
|
||||
trap cleanup EXIT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user