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
|
# Disabled until emulator works again. see https://github.com/TeamNewPipe/NewPipe/pull/6560
|
||||||
# test-android:
|
# test-android:
|
||||||
|
# macos has hardware acceleration. See android-emulator-runner action
|
||||||
# runs-on: macos-latest
|
# runs-on: macos-latest
|
||||||
# strategy:
|
# strategy:
|
||||||
# matrix:
|
# matrix:
|
||||||
|
# api-level 19 is min sdk, but throws errors related to desugaring
|
||||||
# api-level: [21, 29]
|
# api-level: [21, 29]
|
||||||
# steps:
|
# steps:
|
||||||
# - uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue