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