Skip to content

Commit

Permalink
removed npm test from git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekta34 committed Sep 25, 2024
1 parent 92084ed commit ee0c18b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
with:
node-version: '20'
- run: npm ci
- run: npm test
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit ee0c18b

Please sign in to comment.