mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: adds UI for unknown node details (#1219)
This commit is contained in:
parent
e3c795d856
commit
858544b0f4
3 changed files with 33 additions and 22 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
|
@ -154,10 +154,12 @@ jobs:
|
|||
script: echo "Generated AVD snapshot for caching."
|
||||
|
||||
- uses: reactivecircus/android-emulator-runner@v2
|
||||
env:
|
||||
ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 60
|
||||
with:
|
||||
api-level: ${{ matrix.api-level }}
|
||||
arch: x86_64
|
||||
force-avd-creation: false
|
||||
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
||||
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -no-metrics -camera-back none
|
||||
disable-animations: true
|
||||
script: ./gradlew connectedFdroidDebugAndroidTest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue