HH-690: single-container Mihomo lifecycle and ExternalUI (#9)
Docker image / Test (push) Successful in 2m12s
Docker image / Build and publish (push) Failing after 37s

This commit was merged in pull request #9.
This commit is contained in:
2026-08-26 17:29:31 +08:00
parent 48f44a0004
commit d7c883afc1
18 changed files with 1119 additions and 1991 deletions
+1 -1
View File
@@ -24,5 +24,5 @@ echo "unit test coverage: ${coverage}%"
go test ./...
if command -v docker >/dev/null 2>&1; then
SUBSCRIPTION_URL=https://subscription.example.invalid/mihomo docker compose config --quiet
docker compose config --quiet
fi