| set -e | |
| bundle install | |
| bundle exec turbo_tests --verbose | |
| # TODO: If you have native helpers or additional tests, add them here | |
| # Example: | |
| # cd /opt/bazel && npm run lint && cd - | |
| # cd /opt/bazel && npm test && cd - | |
| set -e | |
| bundle install | |
| bundle exec turbo_tests --verbose | |
| # TODO: If you have native helpers or additional tests, add them here | |
| # Example: | |
| # cd /opt/bazel && npm run lint && cd - | |
| # cd /opt/bazel && npm test && cd - | |