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 c7adb3e commit 8731e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
mkdir -p $ANDROID_HOME/cmdline-tools/latest
cp -r $AVDMANAGER_DIR/../* $ANDROID_HOME/cmdline-tools/latest/
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "system-images;android-31;default;x86_64"
$ANDROID_HOME/cmdline-tools/latest/bin/avdmanager -s create avd TestCreate_8907636662671032
$ANDROID_HOME/cmdline-tools/latest/bin/avdmanager -s create avd -name TestCreate_8907636662671032 --package "system-images;android-31;default;x86_64"
$ANDROID_HOME/emulator/emulator -verbose -avd TestCreate_8907636662671032
# - name: Run tests 👩🏽‍💻
Expand Down

0 comments on commit 8731e6a

Please sign in to comment.