Skip to content

Commit

Permalink
fix(ios): missing create directories for shared artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Dec 7, 2023
1 parent daffb12 commit c393ab1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class AppleApplicationInstaller(
val remoteXctest = device.remoteFileManager.remoteXctestFile()
withRetry(3, 1000L) {
device.remoteFileManager.createRemoteDirectory()
device.remoteFileManager.createRemoteSharedDirectory()
if (!device.pushFolder(xctest, remoteXctest)) {
throw DeviceSetupException("Error transferring $xctest to ${device.serialNumber}")
}
Expand Down

0 comments on commit c393ab1

Please sign in to comment.