experiment

Signed-off-by: Percy Wegmann <percy@tailscale.com>
This commit is contained in:
Percy Wegmann 2025-04-09 15:26:25 -05:00
parent 9a0fda8cbb
commit 07d3bed3a4
No known key found for this signature in database
GPG key ID: 29D8CDEB4C13D48B

View file

@ -30,3 +30,8 @@ jobs:
shell: bash
run:
tailscale status -json | jq -r .BackendState | grep -q Running
- name: ensure no dirty files remain
shell: bash
run:
test -z "$(git status --porcelain)"