mirror of
https://github.com/tailscale/github-action.git
synced 2026-08-21 08:39:23 +00:00
Merge pull request #164 from tailscale/brianp/ci-conn-check
CI: fix the connection check
This commit is contained in:
commit
19a6f4f99f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tailscale.yml
vendored
4
.github/workflows/tailscale.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue