Skip to content

Commit

Permalink
deleted npm test from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin IGARASHI committed Jul 17, 2020
1 parent 4463cb2 commit c3738f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- run: npm ci
- run: npm install
- run: npm run build
- run: npm test
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand All @@ -41,7 +40,6 @@ jobs:
- run: npm ci
- run: npm install
- run: npm run build
- run: npm test
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit c3738f8

Please sign in to comment.