mirror of
https://github.com/android-actions/setup-android
synced 2024-11-21 21:19:41 -08:00
[CI] Call this action by calling action.yml
action.yml has default input arguments. Would rather not duplicate them in CI workflow
This commit is contained in:
parent
713cbf481b
commit
a86cdbf03d
1 changed files with 4 additions and 5 deletions
9
.github/workflows/build-test.yml
vendored
9
.github/workflows/build-test.yml
vendored
|
@ -87,11 +87,10 @@ jobs:
|
|||
- run: npm ci
|
||||
- run: npm run build
|
||||
|
||||
- run: node dist/index.js
|
||||
env:
|
||||
INPUT_CMDLINE-TOOLS-VERSION: ${{ matrix.cmdline-tools-version }}
|
||||
INPUT_ACCEPT-ANDROID-SDK-LICENSES: 'true'
|
||||
INPUT_LOG-ACCEPTED-ANDROID-SDK-LICENSES: 'false'
|
||||
- name: Run setup-android
|
||||
uses: ./
|
||||
with:
|
||||
cmdline-tools-version: ${{ matrix.cmdline-tools-version }}
|
||||
|
||||
- run: sdkmanager --list_installed
|
||||
|
||||
|
|
Loading…
Reference in a new issue