Test command runner

This commit is contained in:
Luke Kysow
2018-06-29 19:10:10 +02:00
parent 3339dcd92b
commit 9e7509aeee
7 changed files with 270 additions and 134 deletions

View File

@@ -239,7 +239,7 @@ func NewServer(userConfig UserConfig, config Config) (*Server, error) {
WorkingDirLocker: workingDirLocker,
RequireApproval: userConfig.RequireApproval,
},
ProjectCommandRunner: &events.ProjectCommandRunner{
ProjectCommandRunner: &events.DefaultProjectCommandRunner{
Locker: projectLocker,
LockURLGenerator: router,
InitStepRunner: runtime.InitStepRunner{