From 7a4ea48bbc16cb306f533533615cff7b37ba847a Mon Sep 17 00:00:00 2001 From: travisladuke Date: Thu, 11 Apr 2024 10:18:36 -0700 Subject: [PATCH] ci: remove zerotier-one install step --- .github/workflows/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index f33ccb1..2ec9432 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -23,15 +23,10 @@ jobs: with: node-version: 18 cache: 'npm' - - name: Install zerotier-one - run: curl -s https://install.zerotier.com/ | sudo bash - run: npm ci - run: npm run build - - name: Set authtoken - run: echo "AUTH_TOKEN=$(sudo cat /var/lib/zerotier-one/authtoken.secret)" >> $GITHUB_ENV - - name: Run tests run: npm test