Add comments explaining decisions in test-android ci job
This commit is contained in:
parent
5ebf3726ed
commit
b996fa7eef
|
@ -46,9 +46,11 @@ jobs:
|
|||
|
||||
# Disabled until emulator works again. see https://github.com/TeamNewPipe/NewPipe/pull/6560
|
||||
# test-android:
|
||||
# macos has hardware acceleration. See android-emulator-runner action
|
||||
# runs-on: macos-latest
|
||||
# strategy:
|
||||
# matrix:
|
||||
# api-level 19 is min sdk, but throws errors related to desugaring
|
||||
# api-level: [21, 29]
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue