From f017c57511dd870a4b34cc63c527a2dd243455d1 Mon Sep 17 00:00:00 2001 From: Minimata Date: Tue, 9 Apr 2024 10:02:10 +0200 Subject: [PATCH] vault backup: 2024-04-09 10:02:10 --- 07 - GameDevSpace/Processes/Git CICD.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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