Skip to content

Commit 19a6f4f

Browse files
authored
Merge pull request #164 from tailscale/brianp/ci-conn-check
CI: fix the connection check
2 parents 93605f7 + b09fabc commit 19a6f4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tailscale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
2727
tags: tag:ci
2828

29-
- name: check for hello.ts.net in netmap
29+
- name: check for tailscale connection
3030
shell: bash
3131
run:
32-
tailscale status | grep -q hello
32+
tailscale status -json | jq -r .BackendState | grep -q Running

0 commit comments

Comments
 (0)