parent
effe703078
commit
489fa13aa6
1 changed files with 4 additions and 2 deletions
|
@ -31,8 +31,10 @@ jobs:
|
|||
|
||||
- name: "Setup: Headscale"
|
||||
run: |
|
||||
sudo tailscale status
|
||||
sudo tailscale netcheck
|
||||
echo "tailscale status"
|
||||
tailscale status
|
||||
echo "tailscale netcheck"
|
||||
tailscale netcheck
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: "Directory Structure"
|
||||
|
|
Loading…
Reference in a new issue