ci: remove zerotier-one install step

This commit is contained in:
travisladuke
2024-04-11 14:14:13 -07:00
committed by Travis LaDuke
parent 94d9aa03d7
commit 16a94c0cff
-5
View File
@@ -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