Skip to content

Commit

Permalink
Define ANDROID_HOME var
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOrtel committed Jan 24, 2024
1 parent fe09be2 commit 8ffc775
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
timeout-minutes: 60

steps:
- name: Set Android Sdk Env
run: export ANDROID_HOME=/usr/lib/android-sdk

- uses: actions/checkout@v4

- name: Gradle Wrapper Verification
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
timeout-minutes: 60

steps:
- name: Set Android Sdk Env
run: export ANDROID_HOME=/usr/lib/android-sdk

- uses: actions/checkout@v4

- name: Gradle Wrapper Verification
Expand Down

0 comments on commit 8ffc775

Please sign in to comment.