At present the build-push workflow will attempt to build a docker image when a commit is pushed to the main branch, and, if this image is not correctly built, the action will fail. However, no attempt is made to run tests with data to ensure that the image is working properly. This should be added to the commit workflow.
At present the build-push workflow will attempt to build a docker image when a commit is pushed to the main branch, and, if this image is not correctly built, the action will fail. However, no attempt is made to run tests with data to ensure that the image is working properly. This should be added to the commit workflow.