File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ def test_retrieve_workflow_templates():
1515 "checks" : "checks.yml" ,
1616 "ci" : "ci.yml" ,
1717 "gh-pages" : "gh-pages.yml" ,
18+ "matrix-all" : "matrix-all.yml" ,
19+ "matrix-exasol" : "matrix-exasol.yml" ,
20+ "matrix-python" : "matrix-python.yml" ,
1821 "merge-gate" : "merge-gate.yml" ,
1922 "pr-merge" : "pr-merge.yml" ,
2023 "report" : "report.yml" ,
@@ -52,6 +55,9 @@ def test_retrieve_issue_templates():
5255 "checks" : "checks.yml" ,
5356 "ci" : "ci.yml" ,
5457 "gh-pages" : "gh-pages.yml" ,
58+ "matrix-all" : "matrix-all.yml" ,
59+ "matrix-exasol" : "matrix-exasol.yml" ,
60+ "matrix-python" : "matrix-python.yml" ,
5561 "merge-gate" : "merge-gate.yml" ,
5662 "pr-merge" : "pr-merge.yml" ,
5763 "report" : "report.yml" ,
@@ -104,6 +110,9 @@ def test_retrieve_templates(subpackage, expected):
104110 "checks.yml" ,
105111 "ci.yml" ,
106112 "gh-pages.yml" ,
113+ "matrix-all.yml" ,
114+ "matrix-exasol.yml" ,
115+ "matrix-python.yml" ,
107116 "merge-gate.yml" ,
108117 "pr-merge.yml" ,
109118 "report.yml" ,
You can’t perform that action at this time.
0 commit comments