Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wtto00 committed Sep 15, 2023
1 parent 17a0ab9 commit fd5ac22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
run: |
AVDMANAGER_PATH=$(which avdmanager)
echo $AVDMANAGER_PATH
AVDMANAGER_DIR="${AVDMANAGER_PATH%/../*}"
AVDMANAGER_DIR=$(dirname "$AVDMANAGER_PATH")
echo $AVDMANAGER_DIR
ls $AVDMANAGER_DIR
mkdir $ANDROID_HOME/cmdline-tools
mkdir $ANDROID_HOME/cmdline-tools/latest
cp -r $AVDMANAGER_DIR $ANDROID_HOME/cmdline-tools/latest/
cp -r $AVDMANAGER_DIR/../* $ANDROID_HOME/cmdline-tools/latest/
ls $ANDROID_HOME/cmdline-tools/latest/
- name: Run tests 👩🏽‍💻
Expand Down

0 comments on commit fd5ac22

Please sign in to comment.