cyphernode icon indicating copy to clipboard operation
cyphernode copied to clipboard

Features/gh actions - Adds a build, start, test on schedule (every day) + on push to dev

Open phillamy opened this issue 3 years ago • 0 comments

  • 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) workflow

phillamy avatar Jul 09 '22 14:07 phillamy