File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -28,24 +28,18 @@ stateDiagram
2828 state Continuous-Integration {
2929 state GitHub-Advanced-Security {
3030 Build --> PR: Feedback of failed tests - back to dev
31- Build --> JunitTests
32- JunitTests --> Publish
33- note left of Build: Security Scans, Build & Unit Test Suit
31+ Build --> JunitTests: Security Scans, Build & Unit Test Suite
32+ JunitTests --> Publish: If CI passes, \nmerging to main branch \nand publishing Containerised\n App to GitHub\n Container Registry
3433 state Parallel-Testing {
35- JunitTests --> JunitTest1
34+ JunitTests --> JunitTest1: Each test runs in \na containerized environment
3635 JunitTests --> JunitTest2
3736 JunitTests --> JunitTest3
3837 JunitTests --> JunitTest4
3938 JunitTests --> JunitTest5
4039 JunitTests --> JunitTest..N
41- note left of JunitTests : Each test runs in \na containerized environment
42- note left of JunitTests : Optionally tests can run \nwith a service container\n to test backend\n database changes
43- note right of JunitTests: If CI passes, \nmerging to main branch \nand publishing Containerised\n App to GitHub\n Container Registry
4440 }
4541 }
4642 }
47-
48-
4943
5044 state Continuous-Delivery {
5145 Publish --> PreProdTests: Pulling Image from GHDR
You can’t perform that action at this time.
0 commit comments