chess.js icon indicating copy to clipboard operation
chess.js copied to clipboard

Run unit tests with Github actions CI for every git push and PR

Open linrock opened this issue 4 years ago • 0 comments

Automatically runs unit tests for every git push and new PR so there's no need to manually run tests to verify if tests pass. Github actions is free to use for all public repos. It can run tests on different OSes and node.js versions.

See https://github.com/linrock/chess.js/actions for example test run outputs.

See https://github.com/jhlywa/chess.js/actions for more info.

linrock avatar Dec 25 '21 19:12 linrock