Skip to content

Commit

Permalink
Update android-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored and Okuro3499 committed Oct 14, 2024
1 parent a54b9c7 commit e942a0a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e942a0a

Please sign in to comment.