mirror of
https://github.com/android-actions/setup-android
synced 2024-11-21 21:19:41 -08:00
[CI] Test all cmdlinetools versions
This commit is contained in:
parent
0549df86ae
commit
4113fd9036
1 changed files with 7 additions and 2 deletions
9
.github/workflows/build-test.yml
vendored
9
.github/workflows/build-test.yml
vendored
|
@ -63,7 +63,12 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, macos-13, windows-2019, windows-2022 ]
|
||||
|
||||
cmdline-tools-version:
|
||||
- 10406996
|
||||
- 9862592
|
||||
- 9477386
|
||||
- 9123335
|
||||
- 8512546
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
@ -83,7 +88,7 @@ jobs:
|
|||
|
||||
- run: node dist/index.js
|
||||
env:
|
||||
INPUT_CMDLINE-TOOLS-VERSION: '10406996'
|
||||
INPUT_CMDLINE-TOOLS-VERSION: ${{ matrix.cmdline-tools-version }}
|
||||
|
||||
- run: sdkmanager --list
|
||||
|
||||
|
|
Loading…
Reference in a new issue