mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-06 01:37:57 +02:00
fmt
This commit is contained in:
@@ -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"},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user