The current CI(/CD) pipeline using Github actions is broken, and needs work. We have also added a lot of tests since the last time the CI scripts were written. Ideally, we want to run, build, test, (as well as deploy to NIST server) on the master branch (and other branches potentially) - to improve workflow, and ensure nothing breaks when new commits are pushed.
keys, urls, or information that must be hidden can be incorporated into the pipeline using Github secrets.
The current CI(/CD) pipeline using Github actions is broken, and needs work. We have also added a lot of tests since the last time the CI scripts were written. Ideally, we want to run, build, test, (as well as deploy to NIST server) on the
master
branch (and other branches potentially) - to improve workflow, and ensure nothing breaks when new commits are pushed.keys, urls, or information that must be hidden can be incorporated into the pipeline using
Github secrets
.