ptheywood / actions-playground

Testing / experimenting with github actions
0 stars 0 forks source link

Complex matrix testing / prototyping #22

Open ptheywood opened 11 months ago

ptheywood commented 11 months ago

Prototyping for complex gha matrices.

Using objects within a matrix works some of the time, and is not explicitly listed as being unsupported outside of the workflows web editor.

Need to find a "correct" way to define a matrix where multiple values are dependent together (that ideally isn't just a dict and then have keys in the matrix, though that would work with a dynamic matrix, but would be harder to maintain).