cyphernode
cyphernode copied to clipboard
Features/gh actions - Adds a build, start, test on schedule (every day) + on push to dev
- Modified tests so that then can be ran from anywhere without interaction
- Added github Action files in /.github to build+start CN+run tests on push (dev) + on schedule (every day). The schedule will only work when the .github will be in the default branch for the repo (master here)
- setup.sh changed so it can run without interaction
The schedule runs the workflow every day, even if nothing is committed in the dev branch
Snapshot from my action history showing it runs on schedule w/o changes (scheduled vs commit)
