Skip to content

Commit b6d4deb

Browse files
authored
Update npm-publish.yml
1 parent f1caedc commit b6d4deb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
with:
1717
node-version: 20
1818
- run: npm ci
19-
- run: npm test
2019
env:
2120
TOKEN: ${{ secrets.TOKEN }}
21+
- run: npm test
22+
2223

2324
publish-npm:
2425
needs: build

0 commit comments

Comments
 (0)