From b6839953d13129b8560c5d317949b9427a60bf64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AE=80=E9=9D=99=E5=87=A1?= <30424139+wtto00@users.noreply.github.com> Date: Sat, 16 Sep 2023 02:37:29 +0800 Subject: [PATCH] chore: ci --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 11491cf..273c84e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,6 +54,8 @@ jobs: AVDMANAGER_DIR=$(dirname "$AVDMANAGER_PATH") mkdir -p $ANDROID_HOME/cmdline-tools/latest cp -r $AVDMANAGER_DIR/../* $ANDROID_HOME/cmdline-tools/latest/ + $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager -s create avd TestCreate_8907636662671032 + $ANDROID_HOME/emulator/emulator -verbose -avd TestCreate_8907636662671032 - - name: Run tests 👩🏽‍💻 - run: npm run test + # - name: Run tests 👩🏽‍💻 + # run: npm run test