mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 22:47:02 +08:00
Attempted fix for CI
This commit is contained in:
@@ -4,5 +4,5 @@ set -eo pipefail
|
||||
|
||||
case $CIRCLE_NODE_INDEX in
|
||||
0) yarn test && yarn codecov ;;
|
||||
1) cd examples/NavigationPlayground && yarn && yarn test ;;
|
||||
1) yarn && cd examples/NavigationPlayground && yarn && yarn test ;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user