mirror of
https://gitea.com/actions/setup-android.git
synced 2025-09-05 00:47:02 +00: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 ci
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
|
||||||
- run: node dist/index.js
|
- name: Run setup-android
|
||||||
env:
|
uses: ./
|
||||||
INPUT_CMDLINE-TOOLS-VERSION: ${{ matrix.cmdline-tools-version }}
|
with:
|
||||||
INPUT_ACCEPT-ANDROID-SDK-LICENSES: 'true'
|
cmdline-tools-version: ${{ matrix.cmdline-tools-version }}
|
||||||
INPUT_LOG-ACCEPTED-ANDROID-SDK-LICENSES: 'false'
|
|
||||||
|
|
||||||
- run: sdkmanager --list_installed
|
- run: sdkmanager --list_installed
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue