Enlarge matrix

pull/695/head
Mattia Iavarone 6 years ago
parent a6c1fb9548
commit 183c24c4f5
  1. 4
      .github/workflows/build.yml

@ -38,7 +38,9 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
EMULATOR_API: [22, 23, 24, 25, 26, 27]
# Removing 26 for now because all GestureFinderTests fail in Espresso.inRoot().
# Probably because of a system popup.
EMULATOR_API: [22, 23, 24, 25, 27, 28, 29]
EMULATOR_ARCH: [x86_64]
steps:
- uses: actions/checkout@v1

Loading…
Cancel
Save