We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3adecc commit af55895Copy full SHA for af55895
.github/workflows/ci.yml
@@ -238,6 +238,9 @@ jobs:
238
swiftly run swift build --swift-sdk "${ANDROID_EMULATOR_ARCH_TRIPLE}-unknown-linux-android${ANDROID_API}" --build-tests +"${SWIFT_TOOLCHAIN_VERSION}"
239
240
adb push .build/debug/${PACKAGE}PackageTests.xctest /data/local/tmp
241
+
242
+ adb shell ls /data/local/tmp/
243
244
adb shell /data/local/tmp/${PACKAGE}PackageTests.xctest
245
EOF
246
0 commit comments