Files
ProjectOctopus/agent-deploy/OctopusDeploy_test.go
2024-06-14 10:37:40 +08:00

14 lines
159 B
Go
Executable File

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