pull/695/head
Mattia Iavarone 6 years ago
parent b2fd6f3f8a
commit c43bc63831
  1. 3
      .github/workflows/build.yml

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

Loading…
Cancel
Save