Local Environment
Development Environment
Staging/UAT
Production
Branch with fix/feature
Push changes
Run unit tests and generate staging candidate
Push stg candidate
Run integration tests and generate production candidate
Push prod candidate
CI Tools help you automate tasks within your software development life cycle.
GitHub Actions uses an Yml file (.github/workflows/nodejs.yml)
Create custom CI workflows
Run shell command
Marketplace action
Code coverage
Tests
Build
Each workflow contains a job Each job runs steps
Each step have actions
https://docs.github.com/en/free-pro-team@latest/ac tions/reference/workflow-syntax-for-github-actions
Reviews
There are no reviews yet.