Skip to content

Commit

Permalink
chore: deleted too much
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Aug 7, 2024
1 parent 9672f36 commit 071f563
Showing 1 changed file with 3 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 @@ -33,6 +33,9 @@ jobs:
with:
distribution: 'zulu'
java-version: '17'
- name: Add avdmanager and sdkmanager to system PATH
run: |
echo "$ANDROID_HOME/cmdline-tools/latest/bin:$ANDROID_HOME/emulator:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools/${{ env.ANDROID_BUILD_TOOLS_VERSION }}" >> $GITHUB_PATH
- name: Sdk
run: |
yes Y | sdkmanager --licenses
Expand Down

0 comments on commit 071f563

Please sign in to comment.