Skip to content

Instantly share code, notes, and snippets.

@ethomson
Created February 2, 2020 10:31
Show Gist options
  • Save ethomson/7cc3e3f73d6d9a3b0de38cc5b0851777 to your computer and use it in GitHub Desktop.
Save ethomson/7cc3e3f73d6d9a3b0de38cc5b0851777 to your computer and use it in GitHub Desktop.
strategy:
matrix:
key: [value1, value2, value3, value4]
include:
- key: value1
other: other_value1
still_another: still_another_value1
- key: value2
other: other_value2
still_another: still_another_value2
- key: value3
other: other_value3
still_another: still_another_value3
- key: value4
other: other_value4
still_another: still_another_value4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment