Merge pull request #164 from tailscale/brianp/ci-conn-check

CI: fix the connection check
This commit is contained in:
Brian Palmer 2025-04-01 10:30:09 -06:00 committed by GitHub
commit 19a6f4f99f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ jobs:
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
- name: check for hello.ts.net in netmap
- name: check for tailscale connection
shell: bash
run:
tailscale status | grep -q hello
tailscale status -json | jq -r .BackendState | grep -q Running