Gabriel Peal | 06fdee2 | 2018-02-17 18:08:04 -0800 | [diff] [blame] | 1 | #! /bin/bash |
| 2 | if [ "$TRAVIS_PULL_REQUEST_SLUG" != "airbnb/lottie-android" ]; then |
| 3 | echo "Skipping gcloud run for PR because api keys are not available from forks." |
| 4 | exit 0 |
| 5 | fi |
| 6 | |
| 7 | gcloud firebase test android run --type instrumentation --device model=Nexus5X,version=26 --app LottieSample/build/outputs/apk/debug/LottieSample-debug.apk --test LottieSample/build/outputs/apk/androidTest/debug/LottieSample-debug-androidTest.apk |
| 8 | ./post_pr_comment.js |