#32 Zeryx/integration development
Pull request opened by
zeryx
This PR adds integration.py, a integration testing suite that registers and executes all workflows in templates found in flytekit-python-template; used for end-to-end integration testing.
This contains a github actions workflow.yaml that triggers on new PR commit, and incrementally builds images (and deploys them to
ghcr.io) if necessary. It then runs the default workflow as an execution; and if successful continues to the next.
If all succeed, then the images will be removed from
ghcr.io, and the action will return true for this PR; ready to be merged.
flyteorg/flytekit-python-template
GitHub Actions: build_images
✅ 2 other checks have passed
2/3 successful checks