Merge pull request #2171 from kiwix/macgills/feature/2139-remove-29

#2139 KiwixSettingsActivity.testStorageDialog failing consistently on  API 29 emulator
This commit is contained in:
Seán Mac Gillicuddy 2020-07-01 11:36:26 +01:00 committed by GitHub
commit bc82e9c72b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
coverageReport:
strategy:
matrix:
api-level: [21, 29]
api-level: [21, 21]
fail-fast: false
runs-on: macOS-latest
steps:

View File

@ -10,7 +10,7 @@ jobs:
instrumentation_tests:
strategy:
matrix:
api-level: [21, 22, 23, 24, 25, 27, 28, 29]
api-level: [21, 22, 23, 24, 25, 27, 28]
fail-fast: false
runs-on: macOS-latest
steps: