You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/08/28 06:41:02 UTC

[GitHub] [cordova-paramedic] erisu commented on a change in pull request #215: ci: migrate to gh-actions

erisu commented on a change in pull request #215:
URL: https://github.com/apache/cordova-paramedic/pull/215#discussion_r697824040



##########
File path: lib/appium/AppiumRunner.js
##########
@@ -339,6 +340,7 @@ function getPackagePath (options) {
     case utilities.ANDROID:
         let packagePath = null;
         const maybePackagePaths = [
+            path.join(fullAppPath, 'platforms/android/app/build/outputs/apk/debug/app-debug.apk'),

Review comment:
       > The path.join() method joins all given path segments together using the platform-specific separator as a delimiter, then normalizes the resulting path.
   
   It should convert to the correct path separator for each platform.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org