Skip to content

Commit

Permalink
Enable matrix workflows for modulesync
Browse files Browse the repository at this point in the history
To make modulesync runs sustainable.
  • Loading branch information
ccremer committed Oct 11, 2021
1 parent c36f06f commit 7b11c6a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,12 @@ docs/antora.yml:
.gitignore:
additionalEntries:
- jsonnetfile.json

.github/workflows/test.yaml:
goldenTest_makeTarget: golden-diff -e instance=${{ matrix.instance }}
makeTarget: test -e instance=${{ matrix.instance }}
matrix:
key: instance
entries:
- defaults
- empty

0 comments on commit 7b11c6a

Please sign in to comment.