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
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
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
34
33
state Parallel-Testing {
35
- JunitTests --> JunitTest1
34
+ JunitTests --> JunitTest1: Each test runs in \na containerized environment
36
35
JunitTests --> JunitTest2
37
36
JunitTests --> JunitTest3
38
37
JunitTests --> JunitTest4
39
38
JunitTests --> JunitTest5
40
39
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
44
40
}
45
41
}
46
42
}
47
-
48
-
49
43
50
44
state Continuous-Delivery {
51
45
Publish --> PreProdTests: Pulling Image from GHDR
You can’t perform that action at this time.
0 commit comments