From 22931a4c5510bf4edd926635bfde89adc7bace52 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Mon, 9 Dec 2019 17:58:30 +0100 Subject: [PATCH] Test --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 82696ada..650c01e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: # TODO 29 fails due to Mockito issues, probably reproducible locally. # 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: [26] + EMULATOR_API: [26, 27, 28] EMULATOR_ARCH: [x86_64] steps: - uses: actions/checkout@v1