mrutkows commented on a change in pull request #256: Add zipaction integration test cases. URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/256#discussion_r120390761
########## File path: tests/src/integration/zipaction/manifest.yml ########## @@ -0,0 +1,15 @@ +package: + name: zipaction + version: 1.0 + license: Apache-2.0 + actions: + cat: + version: 1.0 + location: actions/cat Review comment: This is a good simple (in-line), single action test (better than previous one). We should perhaps create another test that uses multiple (sub)directories. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
