pull/696/head
Mattia Iavarone 6 years ago
parent f6dabceee1
commit 8822a7aead
  1. 2
      .github/workflows/build.yml

@ -42,7 +42,7 @@ jobs:
# TODO 29 fails due to Mockito issues, probably reproducible locally. # TODO 29 fails due to Mockito issues, probably reproducible locally.
# 22, 23, 24, 25, 26, 27, 28 work - some of them, with SdkExclude restrictions. # 22, 23, 24, 25, 26, 27, 28 work - some of them, with SdkExclude restrictions.
# EMULATOR_API: [22, 23, 24, 25, 26, 27, 28] # EMULATOR_API: [22, 23, 24, 25, 26, 27, 28]
EMULATOR_API: [26, 27, 28] EMULATOR_API: [22, 23, 24, 25, 29]
EMULATOR_ARCH: [x86_64] EMULATOR_ARCH: [x86_64]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1

Loading…
Cancel
Save