Created
February 2, 2020 10:31
-
-
Save ethomson/7cc3e3f73d6d9a3b0de38cc5b0851777 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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