Chore: improve domain alive validation

This commit is contained in:
SukkaW
2025-08-23 01:25:39 +08:00
parent 238eb7fa6f
commit 72ac579501
3 changed files with 32 additions and 15 deletions

View File

@@ -51,7 +51,7 @@ jobs:
- run: pnpm install
- run: pnpm run node Build/validate-domain-alive.ts
env:
DEBUG: domain-alive:*
DEBUG: domain-alive:dead-domain:*
- name: Cache cache.db
if: always()
uses: actions/cache/save@v4