From 6c7695060457316e37b5ebfb3044003a9212bec8 Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Sun, 9 May 2021 16:56:58 +0200 Subject: [PATCH] Create namespace --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a14841f..f732973e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,6 +101,6 @@ jobs: echo "DB_USER=foo" >> $GITHUB_ENV echo "DB_PASS=bar" >> $GITHUB_ENV - - name: Print version WIP + - name: Create namespace run: | - ./headscale version \ No newline at end of file + ./headscale namespace create test1 -o json-line \ No newline at end of file