Files
WddSuperAgent/agent-deploy/OctopusDeploy_test.go
2025-03-27 16:09:20 +08:00

14 lines
159 B
Go

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