mrutkows commented on issue #1130: URL: https://github.com/apache/openwhisk-wskdeploy/issues/1130#issuecomment-802613819
@advancedwebdeveloper Running the "goTest" (gradle command) has never been valid in local configurations (especially for integration tests). As the README states, you should run only "unit" tests locally with "go test" (actual go command); "go test" integration tests will only work in Travis as the needed credentials are provided in that environment. FWIW, The direction of the client tools (wskdeploy and CLI) is one where gogradle (which has not been updated since 2017 and is hardcoded to the deprecated govendor) is replaced with a newer plugin or removed altogether. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
