ci: set up android
Some checks failed
/ build (push) Failing after 5m12s

This commit is contained in:
Matyáš Caras 2024-07-17 21:16:36 +02:00
parent 1095c6694b
commit 84f3e0f493
Signed by: hernik
GPG key ID: 2A3175F98820C5C6

View file

@ -27,6 +27,11 @@ jobs:
./flutterw channel beta
./flutterw pub get
- name: Setup Android SDK
uses: https://github.com/android-actions/setup-android@v3
with:
log-accepted-android-sdk-licenses: false
- name: Run tests
uses: https://github.com/ReactiveCircus/android-emulator-runner@v2
with: