support custom shell

Signed-off-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
Casey Lee
2020-02-20 21:05:27 -05:00
parent 532af98aef
commit 4e046e1ec0
3 changed files with 54 additions and 12 deletions
+1 -2
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",