Add comments explaining decisions in test-android ci job

This commit is contained in:
XiangRongLin 2021-06-23 20:16:23 +02:00
parent 5ebf3726ed
commit b996fa7eef
1 changed files with 2 additions and 0 deletions

View File

@ -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