1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

fix #108 - support matrix expressions in job name (#109)

This commit is contained in:
Casey Lee 2020-02-26 23:29:43 -08:00 committed by GitHub
parent 66ae15cfc5
commit e7515df4b1
6 changed files with 34 additions and 17 deletions

View file

@ -49,6 +49,8 @@ func TestRunEvent(t *testing.T) {
{"remote-action-js", "push", ""},
{"local-action-docker-url", "push", ""},
{"local-action-dockerfile", "push", ""},
{"matrix", "push", ""},
{"commands", "push", ""},
}
log.SetLevel(log.DebugLevel)