redhat-actions / buildah-build

GitHub Action to use 'buildah' to build a container image.
https://github.com/marketplace/actions/buildah-build
MIT License
144 stars 34 forks source link

Add Sanity test as an workflow #8

Closed divyansh42 closed 3 years ago

divyansh42 commented 3 years ago

This action is lacking the testing mechanism. If there is some update in code or new feature got added that may contain few bugs. So to ensure the changes being done is as desired, a testing mechanism would be helpful.

divyansh42 commented 3 years ago

Can be done similar to: https://github.com/redhat-actions/s2i-build/blob/main/.github/workflows/verify-build.yml