mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-22 06:45:03 +01: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