mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-10 18:36:55 +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:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user