Attempted fix for CI

This commit is contained in:
Brent Vatne
2019-03-16 09:40:31 -07:00
parent d9eee984a5
commit 4c689ab7be

View File

@@ -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