Skip to content

Commit dda6b7b

Browse files
committed
🔧 Update .github/workflows/main.yml: remove unnecessary npm test job and update npm publish settings
1 parent d80cc2a commit dda6b7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
with:
1212
node-version: '20'
1313
- run: npm ci
14-
- run: npm test
1514
- uses: JS-DevTools/npm-publish@v3
1615
with:
1716
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)