Skip to content

Commit

Permalink
Change github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
3yebMB committed Oct 21, 2024
1 parent 74470a8 commit 3f056cd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,20 @@ jobs:
with:
name: app-debug-androidTest

- name: 'Google Cloud Auth'
- id: Auth
uses: google-github-actions/auth@v2
with:
project_id: ${{ secrets.SOME_PROJECT_ID }}
credentials_json: '${{ secrets.GOOGLE_SERVICES_JSON }}'

- name: Set up Google Cloud SDK
uses: google-github-actions/setup-gcloud@v2
with:
project_id: ${{ secrets.SOME_PROJECT_ID }}

- name: Use gcloud CLI
run: gcloud info

- name: Run instrumental tests in Firebase Test Lab
run: gcloud firebase test android run --type instrumentation --app app-debug/app-debug.apk --test app-debug-androidTest/app-debug-androidTest.apk --device model=blueline,version=28
run: gcloud firebase test android run --type instrumentation --app app-debug/app-debug.apk --test app-debug-androidTest/app-debug-androidTest.apk --device model=flame,version=29

distribute:
name: Distribute app bundle to Play Store
Expand Down

0 comments on commit 3f056cd

Please sign in to comment.