mirror of
https://github.com/zerotier/zerotier-one-api-spec.git
synced 2026-05-22 16:29:58 -07:00
ci: remove zerotier-one install step
This commit is contained in:
committed by
Travis LaDuke
parent
94d9aa03d7
commit
16a94c0cff
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user