You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/08/01 19:58:13 UTC

[GitHub] [incubator-openwhisk-apigateway] mhamann opened a new pull request #351: Run test framework in a Docker container

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:
users@infra.apache.org


With regards,
Apache Git Services