Files
ProjectOctopus/agent-deploy/OctopusDeploy_test.go
2024-06-11 14:01:28 +08:00

14 lines
159 B
Go

package agent_deploy
import "testing"
func TestOctopusDeploy(t *testing.T) {
OctopusDeploy()
}
func TestCmiiAppDeploy(t *testing.T) {
CmiiAppDeploy()
}