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
Building on #11 and #12, it's a very good idea to have your Github Action automation run your tests on every commit. Doing that automatically is great because then you don't forget just because you happened to have bad day for some reason.
Here's an example section (from one of my projects) of build.yml to enable that:
Building on #11 and #12, it's a very good idea to have your Github Action automation run your tests on every commit. Doing that automatically is great because then you don't forget just because you happened to have bad day for some reason.
Here's an example section (from one of my projects) of
build.yml
to enable that:Specifically, adding
run-test: true
is the key part.The text was updated successfully, but these errors were encountered: