pull/695/head
Mattia Iavarone 6 years ago
parent b07b15268f
commit 35efa0e125
  1. 4
      .github/workflows/build.yml

@ -40,8 +40,8 @@ jobs:
matrix: matrix:
# TODO 29 fails due to Mockito issues, probably reproducible locally. # TODO 29 fails due to Mockito issues, probably reproducible locally.
# TODO 28 fails in MarkerLayoutTest.testOnEvent() - weird FrameLayout.onMeasure crash # TODO 28 fails in MarkerLayoutTest.testOnEvent() - weird FrameLayout.onMeasure crash
# 22, 23, 24, 25, 27, 28? 26? # 22, 23, 24, 25, 26, 27, 28?
EMULATOR_API: [26] EMULATOR_API: [28]
EMULATOR_ARCH: [x86_64] EMULATOR_ARCH: [x86_64]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1

Loading…
Cancel
Save