提交 bcfa6405 编写于 作者: Z zhaoke

Adjust for jenkins.

上级 9283d27d
......@@ -66,8 +66,8 @@ pipeline {
sh 'cd ui && yarn && nohup yarn serve &'
}
container('playwright') {
sh 'CGO_ENABLED=0 go run test/cli/main.go -runFrom jenkins'
sh 'CGO_ENABLED=0 go run test/ui/main.go -runFrom jenkins'
sh 'CGO_ENABLED=0 go run test/cli/main.go -runFrom jenkins'
sh 'CGO_ENABLED=0 go test $(go list ./... | grep -v /test/ui | grep -v /test/cli | grep -v /test/helper)'
}
}
......
......@@ -13,7 +13,7 @@ const (
var (
NewLine = "\n"
RootPath = ""
ZentaoSiteUrl = "http://127.0.0.1:80"
ZentaoSiteUrl = "http://127.0.0.1:80/"
ZtfUrl = "http://127.0.0.1:8000/"
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册