mhamann opened a new pull request #351: Run test framework in a Docker container URL: https://github.com/apache/incubator-openwhisk-apigateway/pull/351 This PR primarily moves the gateway unit test runs into their own docker container in order to make it easier to test locally. You can now avoid installing Lua and various deps onto your local machine and simply run `make test` to run all of the available units. I also converted the main Dockerfile into a multi-stage build, which drastically improves build times for subsequent builds. A few syntax fixes are included as well, as Docker was throwing some warnings during builds.
---------------------------------------------------------------- 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] With regards, Apache Git Services
