diff --git a/sphinx/source/cicd.md b/sphinx/source/cicd.md index e20c5a1..d4f2d3c 100644 --- a/sphinx/source/cicd.md +++ b/sphinx/source/cicd.md @@ -34,7 +34,8 @@ The `dev` branch is used when there are functional changes resulting in differen 6. `merge-from-docs`: If merge PR from `docs`, can merge `dev-*` → `master` 3. `master` push 1. `build`: Install dependencies & build package - 2. `deploy` + 2. `test`: Do PyTest + 3. `deploy` 1. `GitHub`: Deploy to GitHub 2. `PyPI`: Deploy to PyPI @@ -59,6 +60,8 @@ The `chore` branch is utilized when the build result is not different, but there 5. `docs`: Create PR (`docs` → `dev-*`) including the build results generated by Sphinx 6. `merge-from-docs`: If merge PR from `docs`, can merge `dev-*` → `master` 3. `master` push + 1. `build`: Install dependencies & build package + 2. `test`: Do PyTest ## Managing Labels for Issues and Pull Requests in GitHub