File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ Tools used to optimize the pipeline (See the `.github/workflows/ci.yml` for more
22
22
stateDiagram
23
23
state Developer-Workflow {
24
24
Commits --> PR: Developers Commit new changes in a Pull Request
25
- PR --> Build: Security Scans, Build & Unit Test Suit
25
+ PR --> Build: Security Scans, Build & Unit Test Suite
26
26
}
27
27
28
28
state Continuous-Integration {
29
29
state GitHub-Advanced-Security {
30
30
Build --> PR: Feedback of failed tests - back to dev
31
- Build --> JunitTests: Security Scans, Build & Unit Test Suite
31
+ Build --> JunitTests: Storing Artifacts
32
32
JunitTests --> Publish: If CI passes, \nmerging to main branch \nand publishing Containerised\n App to GitHub\n Container Registry
33
33
state Parallel-Testing {
34
34
JunitTests --> JunitTest1: Each test runs in \na containerized environment
You can’t perform that action at this time.
0 commit comments