From ada53ff899b42d3a08dba85e6ed48ed1b58146df Mon Sep 17 00:00:00 2001 From: Kpa-clawbot Date: Mon, 30 Mar 2026 01:38:27 +0000 Subject: [PATCH] ci: fix badge artifacts not uploading (include-hidden-files for .badges/) --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 667d2af6..efa5875e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -110,6 +110,7 @@ jobs: path: .badges/go-*.json retention-days: 1 if-no-files-found: ignore + include-hidden-files: true # ─────────────────────────────────────────────────────────────── # 2. Playwright E2E Tests (against Go server with fixture DB) @@ -205,7 +206,7 @@ jobs: echo "{\"schemaVersion\":1,\"label\":\"e2e tests\",\"message\":\"${E2E_PASS:-0} passed\",\"color\":\"brightgreen\"}" > .badges/e2e-tests.json - name: Stop test server - if: success() + if: always() run: | if [ -f .server.pid ]; then kill $(cat .server.pid) 2>/dev/null || true @@ -220,6 +221,7 @@ jobs: path: .badges/ retention-days: 1 if-no-files-found: ignore + include-hidden-files: true # ─────────────────────────────────────────────────────────────── # 3. Build Docker Image