vault backup: 2024-04-09 10:02:10

This commit is contained in:
2024-04-09 10:02:10 +02:00
parent 348339e9b1
commit f017c57511

View File

@@ -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