Support emulator test for API 22 and 23 only

pull/1163/head
Mayowa Egbewunmi 3 years ago
parent f387b44677
commit 46a906e877
  1. 4
      .github/workflows/build+deploy.yml

@ -40,10 +40,8 @@ jobs:
matrix:
# TODO 29 fails due to Mockito issues, probably reproducible locally
# 22-28 work (some of them, with SdkExclude restrictions)
EMULATOR_API: [22, 23, 24]
EMULATOR_API: [22, 23]
include:
- EMULATOR_API: 24
EMULATOR_ARCH: x86
- EMULATOR_API: 23
EMULATOR_ARCH: x86
- EMULATOR_API: 22

Loading…
Cancel
Save