From ed8cd4e9bf947849d7b7eb209f51aac5e8f65ba1 Mon Sep 17 00:00:00 2001 From: Lee Briggs Date: Mon, 14 Jul 2025 14:11:24 -0400 Subject: [PATCH] check status Signed-off-by: Lee Briggs Signed-off-by: Percy Wegmann --- .github/workflows/speed-comparison.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/speed-comparison.yml b/.github/workflows/speed-comparison.yml index 07dd275..a8da252 100644 --- a/.github/workflows/speed-comparison.yml +++ b/.github/workflows/speed-comparison.yml @@ -78,6 +78,10 @@ jobs: timeout: "3m" retry: 3 + - name: Status + run: tailscale status + shell: bash + - name: Calculate Our Action Time id: calculate-time run: | @@ -136,6 +140,10 @@ jobs: oauth-secret: ${{ secrets.TAILSCALE_OAUTH_CLIENT_SECRET }} tags: "tag:ci" version: "1.82.0" + + - name: Status + run: tailscale status + shell: bash - name: Calculate Official Action Time id: calculate-time