From f2593d4061fbb1d1aff1b968dda73ff57485ff63 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Sat, 7 Dec 2019 16:46:10 +0100 Subject: [PATCH] Test 26 and 29 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f182c15..9a0d35d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,8 +39,8 @@ jobs: strategy: matrix: # TODO 28 fails in MarkerLayoutTest.testOnEvent() - weird FrameLayout.onMeasure crash - # 22, 23, 24, 25, 27 - EMULATOR_API: [26, 28, 29] + # 22, 23, 24, 25, 27, 28 + EMULATOR_API: [26, 29] EMULATOR_ARCH: [x86_64] steps: - uses: actions/checkout@v1