Skip to content

Commit

Permalink
🔧 Use only google_apis emulators for CI
Browse files Browse the repository at this point in the history
Playstore emulators are more flaky than google_apis ones
  • Loading branch information
viktor-rasevych-criteo committed Jan 12, 2024
1 parent 9615ed9 commit 5758799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
include:
- api: '30'
abi: 'x86'
tag: 'playstore' # Explicitly need the PlayStore to fetch GAID
tag: 'google_apis'

- api: '31'
abi: 'x86_64'
Expand Down

0 comments on commit 5758799

Please sign in to comment.