git workflow update

This commit is contained in:
John O'Reilly 2021-07-10 13:23:01 +01:00
parent 5109dba311
commit 9e5069e85c

View file

@ -22,7 +22,7 @@ jobs:
- name: Android Instrumentation Tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 30
api-level: 29
script: ./gradlew connectedAndroidTest
- name: Build web app