mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
support custom shell
Signed-off-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
parent
33f8290eb3
commit
770966a7d0
3 changed files with 54 additions and 12 deletions
|
@ -9,8 +9,7 @@ import (
|
|||
)
|
||||
|
||||
func TestGraphEvent(t *testing.T) {
|
||||
runnerConfig := &RunnerConfig{
|
||||
Ctx: context.Background(),
|
||||
runnerConfig := &Config{
|
||||
WorkflowPath: "multi.workflow",
|
||||
WorkingDir: "testdata",
|
||||
EventName: "push",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue