Test newer APIs

pull/695/head
Mattia Iavarone 6 years ago
parent 183c24c4f5
commit 48fa6e3855
  1. 3
      .github/workflows/build.yml

@ -40,7 +40,8 @@ jobs:
matrix:
# 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]
# 22, 23, 24, 25,
EMULATOR_API: [27, 28, 29]
EMULATOR_ARCH: [x86_64]
steps:
- uses: actions/checkout@v1

Loading…
Cancel
Save