Skip to content

Commit

Permalink
tests(storage): use none googleapis android emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Sep 8, 2020
1 parent c8b2d57 commit 566a374
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/firebase_storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
with:
api-level: 28
arch: x86_64
target: google_apis
# Firebase Storage works without Google Play Services, so we don't use the `googleapis`
# emulator target as it's considerably slower on CI.
target: default
profile: Nexus 5X
script: ./.github/workflows/scripts/drive-example.sh android

Expand Down

0 comments on commit 566a374

Please sign in to comment.