Skip to content

Commit

Permalink
Swap order of mocha vs. jest demo-prj run to stabilize CI
Browse files Browse the repository at this point in the history
  • Loading branch information
d4vidi committed Dec 22, 2019
1 parent 9967b5e commit 1cdc347
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions scripts/demo-projects.android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ popd

pushd examples/demo-react-native
run_f "npm run build:android-release"
run_f "npm run test:android-release-ci -- --device-launch-args=\"-read-only\""
run_f "npm run test:android-explicit-require-ci"
popd

# this needs to go first because it preloads all the emulators we need,
# as it runs tests in parallel.
pushd examples/demo-react-native-jest
run_f "npm run test:android-release-ci"
run_f "npm run test:jest-circus:android-release-ci"
popd

pushd examples/demo-react-native
run_f "npm run test:android-release-ci"
run_f "npm run test:android-explicit-require-ci"
popd

0 comments on commit 1cdc347

Please sign in to comment.