We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d58ee6 commit c705e86Copy full SHA for c705e86
1 file changed
.github/workflows/scripts/android/android-emulator-tests.sh
@@ -169,7 +169,7 @@ adb push "${STAGING_DIR}" "${ANDROID_TMP_FOLDER}"
169
cd -
170
171
TEST_CMD="./${TEST_PACKAGE}"
172
-TEST_SHELL="cd ${ANDROID_TMP_FOLDER}/${STAGING_DIR}"
+TEST_SHELL="cd ${ANDROID_TMP_FOLDER}"
173
TEST_SHELL="${TEST_SHELL} && ${TEST_CMD}"
174
175
# Run test cases a second time with the Swift Testing library
0 commit comments