From 744873c2cc8cd554c0e43c7335d92da8cea71507 Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Sun, 9 May 2021 19:30:45 +0200 Subject: [PATCH] Fixed syntax error (again( --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 151dcfb2..9145e21c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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