Files
react-navigation/scripts/test.sh

9 lines
162 B
Bash
Executable File

#!/bin/bash
set -eo pipefail
case $CIRCLE_NODE_INDEX in
0) yarn test && yarn codecov ;;
1) cd examples/NavigationPlayground && yarn && yarn test ;;
esac