CI Configuration
Setup CI Configuration for this project
Directory
Directory to file from root directory:
.github/workflows/main.yaml
YAML File
open the yaml file for the changes to the CI.
Uncommenting the push command will allow build to occur on every commit into the repository into the specific branch
can put other branches in the array [ ] to add and cater to other branches
This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node.
For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions.
Last updated
Was this helpful?