From 7b11c6a354c1a46197182efeb73fdfd60e50cdd3 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 11 Oct 2021 10:16:51 +0200 Subject: [PATCH] Enable matrix workflows for modulesync To make modulesync runs sustainable. --- .sync.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.sync.yml b/.sync.yml index 4538809..43e81cd 100644 --- a/.sync.yml +++ b/.sync.yml @@ -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