github.com/RyanSiu1995/gcb-visualizer@v1.0.2-0.20211121083050-f618fa372726/test/fixtures/graph/cloudbuild.normal.001.graph.yaml (about)

     1  nodes:
     2  - Step 0
     3  - Step 1
     4  - Step 2
     5  - Step 3
     6  edges:
     7  - from: Step 0
     8    to: Step 1
     9  - from: Step 1
    10    to: Step 2
    11  - from: Step 2
    12    to: Step 3