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