You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we have numerous unit tests to cover the lower level functionality of classes.
However, we don't have a good way to test a change that simulates how the action would be run in Github. It would be handy to have some end to end tests that build and run the Docker Image as a way to prevent breaking changes going out.
Perhaps a good start would be building the image and running the 'build' command for different runtimes. This is usually thing that fails most when rolling out changes or introducing new runtimes.
The text was updated successfully, but these errors were encountered:
At the moment we have numerous unit tests to cover the lower level functionality of classes.
However, we don't have a good way to test a change that simulates how the action would be run in Github. It would be handy to have some end to end tests that build and run the Docker Image as a way to prevent breaking changes going out.
Perhaps a good start would be building the image and running the 'build' command for different runtimes. This is usually thing that fails most when rolling out changes or introducing new runtimes.
The text was updated successfully, but these errors were encountered: