Skip to content

Commit

Permalink
ci: remove zerotier-one install step
Browse files Browse the repository at this point in the history
  • Loading branch information
laduke committed Apr 11, 2024
1 parent f1e7419 commit 7a4ea48
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7a4ea48

Please sign in to comment.