mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-14 13:51:01 +02:00
Fixed syntax error (again(
This commit is contained in:
parent
2193c44194
commit
744873c2cc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -120,7 +120,7 @@ jobs:
|
||||
sudo tailscale up -login-server http://127.0.0.1:8000 -authkey $AUTHKEY
|
||||
|
||||
|
||||
- NAME: Check if headscale reports the node
|
||||
- name: Check if headscale reports the node
|
||||
run: |
|
||||
./headscale -n test1 node list -o json-line | test $(jq length) -eq 5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user