1
0
mirror of https://gitea.com/gitea/act synced 2026-05-06 01:37:48 +02:00

support custom shell

Signed-off-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
Casey Lee
2020-02-07 16:59:07 -08:00
parent 532af98aef
commit 4e046e1ec0
3 changed files with 54 additions and 12 deletions

View File

@@ -9,8 +9,7 @@ import (
)
func TestGraphEvent(t *testing.T) {
runnerConfig := &RunnerConfig{
Ctx: context.Background(),
runnerConfig := &Config{
WorkflowPath: "multi.workflow",
WorkingDir: "testdata",
EventName: "push",