File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,9 @@ jobs:
223223 cd ~/Library/org.swift.swiftpm || cd ${XDG_CONFIG_HOME}/swiftpm || cd ~/.local/swiftpm || cd ~/.swiftpm
224224 # add necessary dependencies
225225 adb push swift-sdks/${SWIFT_ANDROID_SDK_VERSION}*.artifactbundle/swift-android/swift-resources/usr/lib/swift-${ANDROID_EMULATOR_ARCH_TRIPLE}/android/*.so /data/local/tmp/
226+
227+ adb shell ls /data/local/tmp/
228+
226229 cd -
227230
228231 - name : Create run-tests script
@@ -237,7 +240,7 @@ jobs:
237240
238241 swiftly run swift build --swift-sdk "${ANDROID_EMULATOR_ARCH_TRIPLE}-unknown-linux-android${ANDROID_API}" --build-tests +"${SWIFT_TOOLCHAIN_VERSION}"
239242
240- adb push .build/debug/${PACKAGE}PackageTests.xctest /data/local/tmp
243+ adb push .build/debug/${PACKAGE}PackageTests.xctest /data/local/tmp/
241244
242245 adb shell ls /data/local/tmp/
243246
You can’t perform that action at this time.
0 commit comments