Skip to content

Commit af55895

Browse files
committed
Fix run-tests.sh script
1 parent f3adecc commit af55895

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
@@ -238,6 +238,9 @@ jobs:
238238
swiftly run swift build --swift-sdk "${ANDROID_EMULATOR_ARCH_TRIPLE}-unknown-linux-android${ANDROID_API}" --build-tests +"${SWIFT_TOOLCHAIN_VERSION}"
239239
240240
adb push .build/debug/${PACKAGE}PackageTests.xctest /data/local/tmp
241+
242+
adb shell ls /data/local/tmp/
243+
241244
adb shell /data/local/tmp/${PACKAGE}PackageTests.xctest
242245
EOF
243246

0 commit comments

Comments
 (0)