Skip to content

Commit 16a94c0

Browse files
committed
ci: remove zerotier-one install step
1 parent 94d9aa0 commit 16a94c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,10 @@ jobs:
2323
with:
2424
node-version: 18
2525
cache: 'npm'
26-
- name: Install zerotier-one
27-
run: curl -s https://install.zerotier.com/ | sudo bash
2826

2927
- run: npm ci
3028
- run: npm run build
3129

32-
- name: Set authtoken
33-
run: echo "AUTH_TOKEN=$(sudo cat /var/lib/zerotier-one/authtoken.secret)" >> $GITHUB_ENV
34-
3530
- name: Run tests
3631
run: npm test
3732

0 commit comments

Comments
 (0)