Files
react-navigation/scripts/test.sh
2017-05-14 22:11:18 -07:00

10 lines
185 B
Bash
Executable File

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