DataWorkz-NL / KubeETL

ETL controller for Kubernetes
Apache License 2.0
4 stars 0 forks source link

Chore/setup GitHub actions #31

Closed Blokje5 closed 3 years ago

Blokje5 commented 3 years ago

Fixes #19

Adds Github actions so that we ensure master is in a deployable state. For now just include some basic checks for build & tests.

Note that the Docker container did not build due to the non-existing controller folder on master. I commented the copy out for now, we need to revert that change later.

Signed-off-by: Lennard Eijsackers lennardeijsackers92@gmail.com

KiaraGrouwstra commented 3 years ago

as a double check maybe also run on merge/push so we can see the commits on master are still good? idk probably either way works. 🤷‍♀️

Blokje5 commented 3 years ago

A good idea! I have made the change

Blokje5 commented 3 years ago

Closed as this is now covered in #36