diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index 67a08e0f2c..364941a045 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -131,18 +131,18 @@ jobs: ls -al output/ npm install -g firebase-tools firebase --version - #firebase projects:list + #firebase projects:list if [ -f output/myPlanet.apk ]; then - gcloud config set project linux-422103 - #gcloud firebase test android models list - gcloud firebase test android run \ - --type robo \ - --app output/myPlanet.apk \ - --results-bucket myplanet-results \ - --results-dir test-results/myPlanet/$(date +%Y%m%d_%H%M%S) \ - --timeout 900s \ - --device model=MediumPhone.arm,version=34,locale=es,orientation=portrait - #--device model=shiba,version=34,locale=es,orientation=portrait + gcloud config set project linux-422103 + #gcloud firebase test android models list + gcloud firebase test android run \ + --type robo \ + --app output/myPlanet.apk \ + --results-bucket myplanet-results \ + --results-dir test-results/myPlanet/$(date +%Y%m%d_%H%M%S) \ + --timeout 900s \ + --device model=MediumPhone.arm,version=34,locale=es,orientation=portrait + #--device model=shiba,version=34,locale=es,orientation=portrait else echo "APK file not found!" exit 1