Files
react-navigation/scripts/test.sh
2019-05-19 12:53:42 +02:00

8 lines
97 B
Bash
Executable File

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