Skip to content

Commit

Permalink
Attempted fix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Mar 16, 2019
1 parent 7a0159e commit c428b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c428b63

Please sign in to comment.