Skip to content

Commit

Permalink
ci: Install Android SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored May 4, 2024
1 parent 02cca8c commit aed6258
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@ jobs:
with:
node-version: lts/*
check-latest: true
- run: npm install --no-package-lock
name: Install dev dependencies
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Setup Android SDK
uses: android-actions/setup-android@v3
- run: npm install --no-package-lock
name: Install dev dependencies
- name: AVD cache
uses: actions/cache@v3
id: avd-cache
Expand Down

0 comments on commit aed6258

Please sign in to comment.