Skip to content

Commit

Permalink
[CI] Call this action by calling action.yml
Browse files Browse the repository at this point in the history
action.yml has default input arguments. Would rather not duplicate them in CI workflow
  • Loading branch information
ViliusSutkus89 committed Nov 25, 2023
1 parent 713cbf4 commit a86cdbf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a86cdbf

Please sign in to comment.