blob: c40bc37ed73cfc931a5890cc95a707bbbd7fe87f [file] [log] [blame]
#! /bin/bash
if [ "$TRAVIS_PULL_REQUEST_SLUG" != "airbnb/lottie-android" ]
echo "Skipping gcloud run for PR because api keys are not available from forks."
exit 0
fi
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
./post_pr_comment.js