totaljs / framework4

Total.js framework v4
https://www.totaljs.com
Other
97 stars 36 forks source link

Setup CI using Github Actions #8

Closed mahansky closed 3 years ago

mahansky commented 3 years ago

Github Actions is free for public repositories Once merged, every push or pull request will trigger the test.yaml workflow that will try to run cd tests && node test-release.js This setup will start 3 jobs (one for linux, one for macos and one for windows) and use Node.js 14.x