Skip to content

Commit

Permalink
Use google_apis for Emulator images default
Browse files Browse the repository at this point in the history
All tests run Emulator with SDK larger than 26, and we should keep to
use google_apis images.

Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed Mar 21, 2022
1 parent b632200 commit b71739f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yml
Expand Up @@ -127,17 +127,10 @@ jobs:
with:
java-version: 11.0.8

# Determine what emulator image to use. We run all API 29+ emulators using
# the google_apis image
- name: Determine emulator target
id: determine-target
env:
API_LEVEL: ${{ matrix.api-level }}
run: |
TARGET="default"
if [ "$API_LEVEL" -ge "26" ]; then
TARGET="google_apis"
fi
TARGET="google_apis"
echo "::set-output name=TARGET::$TARGET"
- name: Run device tests
Expand Down

0 comments on commit b71739f

Please sign in to comment.