Skip to content

Commit b380a91

Browse files
committed
Try setup-skip action
1 parent 28af61f commit b380a91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
- name: Emulator - Create
8484
run: avdmanager --verbose create avd --force -n "${ANDROID_EMULATOR_NAME}" --device "${ANDROID_PROFILE}" --abi "${ANDROID_TARGET}/${ANDROID_ARCH}" --package "system-images;android-${ANDROID_API};${ANDROID_TARGET};${ANDROID_ARCH}" --sdcard 512M
8585

86+
- name: Emulator - Find AVDs
87+
run: find ~/ -type d -name '*.avd'
88+
8689
- name: Emulator - List AVDs
8790
run: emulator -list-avds
8891

0 commit comments

Comments
 (0)