We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7918cd commit 23a5796Copy full SHA for 23a5796
test_all_ftl.sh
@@ -27,7 +27,7 @@ for line in $(find . -name 'gradlew'); do
27
continue
28
fi
29
echo "Sending APKs to Firebase..."
30
- echo "y" | sudo /opt/google-cloud-sdk/bin/gcloud firebase test android run --app $apkfile --test $testapkfile -d Nexus5X -v 21,25 -l fr --results-bucket cloud-test-android-devrel-ci
+ echo "y" | sudo /opt/google-cloud-sdk/bin/gcloud firebase test android run --app $apkfile --test $testapkfile -d Nexus5X -v 26 -l fr --results-bucket android-architecture-components-test-results
31
code=${PIPESTATUS[0]}
32
if [ "$code" -ne "0" ]; then
33
exit $code
0 commit comments