alexkli edited a comment on pull request #96: URL: https://github.com/apache/openwhisk-wskdebug/pull/96#issuecomment-1085086858
Hmm, it looks unrelated, but it worked in the last PR #92 that got merged. This error happens in the posttest script which you can run using `npm run posttest`. The test logic is in here: https://github.com/apache/openwhisk-wskdebug/tree/master/test/install It spins up a container and tries to install wskdebug from scratch in there and see that it runs. As part of that it checks for the ngrok installation check we have in wskdebug: https://github.com/apache/openwhisk-wskdebug/blob/master/test/install/Dockerfile#L34-L35 You could run this locally and change that line to just `wskdebug --ngrok myaction` to see what the actual output is... assuming it is reproduceable locally. If not, commit this change (temporarily) and see how it looks like when run in Travis CI. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
