feat(tests): add new tests for certificate upload, proxy host creation, and uptime monitoring

This commit is contained in:
GitHub Actions
2025-12-03 12:54:05 +00:00
parent cfe195183c
commit 673a496bfa
7 changed files with 509 additions and 2 deletions

View File

@@ -36,5 +36,8 @@
"**/pkg/mod/**": true,
"**/go/pkg/mod/**": true,
"**/root/go/pkg/mod/**": true
}
},
"githubPullRequests.ignoredPullRequestBranches": [
"main"
]
}