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 bad6d8d commit b683995
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b683995

Please sign in to comment.