mirror of
https://github.com/tailscale/github-action.git
synced 2026-08-20 02:39:22 +00:00
experiment
Signed-off-by: Percy Wegmann <percy@tailscale.com>
This commit is contained in:
parent
9a0fda8cbb
commit
07d3bed3a4
1 changed files with 5 additions and 0 deletions
5
.github/workflows/tailscale.yml
vendored
5
.github/workflows/tailscale.yml
vendored
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue