We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fac31 commit 761fc24Copy full SHA for 761fc24
2 files changed
.github/workflows/publish.yml
@@ -19,8 +19,8 @@ jobs:
19
- run: sudo apt install -y openssh-server && sudo systemctl start ssh
20
- run: ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -N ''
21
- run: cat ~/.ssh/id_ed25519.pub > ~/.ssh/authorized_keys
22
- - run: yarn --frozen-lockfile
23
- - run: yarn run test
+ - run: npm ci
+ - run: npm run test
24
publish:
25
needs: [test]
26
if: startsWith(github.ref, 'refs/tags/v')
.github/workflows/test.yml
@@ -32,5 +32,5 @@ jobs:
32
33
34
35
36
0 commit comments