GH Actions: Remove API 23

hotfix/2.1.2
Alinson S. Xavier 2 years ago
parent 88cc3a2a12
commit 8b2adbf301
Signed by: isoron
GPG Key ID: 0DA8E4B9E1109DCA

@ -17,7 +17,7 @@ jobs:
run: ./build.sh build
- name: Run Android tests
run: ./build.sh android-tests-parallel 23 24 25 26 28 30 31
run: ./build.sh android-tests-parallel 24 25 26 28 30 31
- name: Upload artifacts
if: always()

@ -36,6 +36,7 @@ class CheckmarkWidgetViewTest : BaseViewTest() {
@Before
override fun setUp() {
super.setUp()
similarityCutoff = 0.00025
setTheme(R.style.WidgetTheme)
val habit = fixtures.createShortHabit()
val computedEntries = habit.computedEntries

Loading…
Cancel
Save