Skip to content

Commit c09530d

Browse files
committed
Cleanup copy of test resources and executables
1 parent 0cc3112 commit c09530d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scripts/android/android-emulator-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ log "Copy Swift test package to emulator"
117117
ANDROID_TMP_FOLDER="/data/local/tmp/${STAGING_DIR}"
118118
adb push "${STAGING_DIR}" "${ANDROID_TMP_FOLDER}"
119119

120-
TEST_CMD="./${TEST_PACKAGE}"
120+
TEST_CMD="./*.xctest"
121121
TEST_SHELL="cd ${ANDROID_TMP_FOLDER}"
122122
TEST_SHELL="${TEST_SHELL} && ${TEST_CMD}"
123123

0 commit comments

Comments
 (0)