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
To make sure that javatools_backend continues to resolve, builds and run on all platform, we should add a GitHub workflow test before merge to master.
The template at ".github/workflows/xvm-verify-push.yml" is trivial to modify to add sanity checks for building, compiling and running XTC modules. Use any of the available GitHub actions, or write something manual. It's enough that a test task exits with a non-zero OS exit code on failure (and 0 for success), for it to serve as push verification.
(Extra ergonomic tip re testing GitHub workflows: The "act" app is an out-of-the-box solution that enables you to run all github workflows on your local machine, for testing purposes. That way you don't need to push to your branch, when you change something in a workflow under development. It is ergonomically very nice to not have to have a 30 second turnaround for discovering a typo)
The text was updated successfully, but these errors were encountered:
To make sure that javatools_backend continues to resolve, builds and run on all platform, we should add a GitHub workflow test before merge to master.
The template at ".github/workflows/xvm-verify-push.yml" is trivial to modify to add sanity checks for building, compiling and running XTC modules. Use any of the available GitHub actions, or write something manual. It's enough that a test task exits with a non-zero OS exit code on failure (and 0 for success), for it to serve as push verification.
(Extra ergonomic tip re testing GitHub workflows: The "act" app is an out-of-the-box solution that enables you to run all github workflows on your local machine, for testing purposes. That way you don't need to push to your branch, when you change something in a workflow under development. It is ergonomically very nice to not have to have a 30 second turnaround for discovering a typo)
The text was updated successfully, but these errors were encountered: