1
0
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:
Juan Font Alonso 2021-05-09 19:30:45 +02:00
parent 2193c44194
commit 744873c2cc

View File

@ -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