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
[FEATURE] Add Composer scripts to run unit tests (MyIntervals#488)
The `ci` script now also runs `ci:dynamic` which in turn runs `ci:tests`.
The PHPUnit cache is only applicable if the configuration is to run previously
failing tests first, which it isn't, hence `--do-not-cache-result`.
Also update the readme instructions for running all code checks.
Relates to MyIntervals#486.
0 commit comments