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

     1  nodes:
     2  - A
     3  - Step 2
     4  - B
     5  - Step 3
     6  edges:
     7  - from: A
     8    to: Step 2
     9  - from : B
    10    to: Step 3