mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 04:25:34 +08:00
More CI parallelization optimizations
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
set -eo pipefail
|
||||
|
||||
case $CIRCLE_NODE_INDEX in
|
||||
0) yarn test && yarn codecov ;;
|
||||
1) cd examples/NavigationPlayground && yarn test ;;
|
||||
2) cd examples/ReduxExample && yarn test ;;
|
||||
0) yarn && yarn test && yarn codecov ;;
|
||||
1) cd examples/NavigationPlayground && yarn && yarn test ;;
|
||||
2) cd examples/ReduxExample && yarn && yarn test ;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user