feat: complete tests
This commit is contained in:
@@ -3,12 +3,13 @@ package watcher
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"gitea.urkob.com/urko/git-webhook-ci/cfg"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
var (
|
||||
binaryPath = "/bin/bash"
|
||||
scriptPath = "./test-script.sh"
|
||||
scriptPath = cfg.RootDir() + "/test-script.sh"
|
||||
)
|
||||
|
||||
func TestDeploy(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user