github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/github/yaml/testdata/matrix/example-4.yaml.golden (about)

     1  jobs:
     2    job1:
     3      strategy:
     4        matrix:
     5          animal: [cat, dog]
     6          fruit: [apple, pear]
     7          include:
     8            - color: green
     9            - color: pink
    10              animal: cat
    11            - fruit: apple
    12              shape: circle
    13            - fruit: banana
    14            - fruit: banana
    15              animal: cat