[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:
Vilius Sutkus '89 2023-11-25 17:25:16 +02:00
parent 713cbf481b
commit a86cdbf03d

View file

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