From fb62d9d8042139a6a5054b6914a2945ae1b805c6 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 16 Sep 2025 14:14:13 +0300 Subject: [PATCH] tailscale status --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bffb77d..16e2a0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,9 @@ jobs: || matrix.system == 'x86_64-darwin' && 'github-actions-x86-64-darwin' }} tags: tag:ci + - name: Tailscale status + run: tailscale status > /dev/null + - name: Check if Attic endpoint is reachable id: check_attic run: |