We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc3112 commit c09530dCopy full SHA for c09530d
1 file changed
.github/workflows/scripts/android/android-emulator-tests.sh
@@ -117,7 +117,7 @@ log "Copy Swift test package to emulator"
117
ANDROID_TMP_FOLDER="/data/local/tmp/${STAGING_DIR}"
118
adb push "${STAGING_DIR}" "${ANDROID_TMP_FOLDER}"
119
120
-TEST_CMD="./${TEST_PACKAGE}"
+TEST_CMD="./*.xctest"
121
TEST_SHELL="cd ${ANDROID_TMP_FOLDER}"
122
TEST_SHELL="${TEST_SHELL} && ${TEST_CMD}"
123
0 commit comments