diff --git a/07 - GameDevSpace/Processes/Git CICD.md b/07 - GameDevSpace/Processes/Git CICD.md index fe4bdd5..4bc7c67 100644 --- a/07 - GameDevSpace/Processes/Git CICD.md +++ b/07 - GameDevSpace/Processes/Git CICD.md @@ -27,9 +27,11 @@ modification-date: Tuesday 9th April 2024 09:49:48 ## Core In a trunk based game development environment, here's a list of the basic actions taken to make the game go through the whole CI/CD process. ### CI -- create a branch from `main` to code something -- commit and push to this branch -- Action 1: build the game, run the game (null hypothesis test) +- MANUAL: create a branch from `main` to code something +- MANUAL: commit and push to this branch +- AUTO: build the game, run the game (null hypothesis test) +- AUTO: run basic tests (unit/functional), any test that can be done quickly in a matter of minutes max. +- AUTO: on success, create a PR --- # References \ No newline at end of file