kubewarden / kubewarden-end-to-end-tests

Files used to run Kubewarden end-to-end tests
https://kubewarden.io
Apache License 2.0
2 stars 6 forks source link

Convert the reusable workflow to run the E2E test into a composite github action #63

Open jvanz opened 1 year ago

jvanz commented 1 year ago

As the reusable workflow uses a self-hosted runner, it is not possible to run the script on forks. If we convert it into a composite Github action we can use the same script on upstream repositories and forks.

After the Github action creation is necessary to create a workflow with calls the action to run the tests as is done Today.