From a86cdbf03db5a60f612e6b10fe97943c0a5ee37f Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Sat, 25 Nov 2023 17:25:16 +0200 Subject: [PATCH] [CI] Call this action by calling action.yml action.yml has default input arguments. Would rather not duplicate them in CI workflow --- .github/workflows/build-test.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 9e5cc38..27e0550 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -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