-
-
Save borntyping/05971e479fa2b4d71bd9c21e199ca795 to your computer and use it in GitHub Desktop.
job with variable profiles
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
my-job: | |
parallel: | |
matrix: | |
- OWLS: 1 | |
CATS: 0 | |
- OWLS: 0 | |
CATS: 1 | |
script: | |
- echo OWLS=$OWLS | |
- echo CATS=$CATS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment