This commit is contained in:
silverwind
2026-02-24 08:17:17 +01:00
parent 4fdf9ab904
commit b0ec3fa4fc
34 changed files with 94 additions and 101 deletions

View File

@@ -395,7 +395,7 @@ func TestReadWorkflow_Strategy(t *testing.T) {
func TestMatrixOnlyIncludes(t *testing.T) {
matrix := map[string][]any{
"include": []any{
"include": {
map[string]any{"a": "1", "b": "2"},
map[string]any{"a": "3", "b": "4"},
},