Skip to content

Commit

Permalink
Tries to accept licenses.
Browse files Browse the repository at this point in the history
  • Loading branch information
cimigree committed Jul 18, 2024
1 parent 32122e1 commit a43890a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maestro-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
rm commandlinetools.zip
mkdir -p $ANDROID_HOME/cmdline-tools/latest
mv cmdline-tools/* "$ANDROID_HOME/cmdline-tools/latest/"
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_HOME --licenses
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_HOME "platform-tools" "emulator"
yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_HOME --licenses
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_HOME "platform-tools" "emulator" "system-images;android-34;google_apis;arm64-v8a"
- name: Install Maestro
run: curl -Ls 'https://get.maestro.mobile.dev' | bash
Expand Down

0 comments on commit a43890a

Please sign in to comment.