Files
ProjectOctopus/agent-operator/deploy/OctopusDeploy_test.go
2024-04-26 15:57:28 +08:00

14 lines
153 B
Go

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