Skip to content

Commit 0403910

Browse files
authored
Remove test step from release-npm workflow
Removed the test execution step from the release workflow.
1 parent 61820af commit 0403910

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release-npm.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
- name: Install dependencies
3737
run: npm ci
3838

39-
- name: Run tests
40-
run: npm test
41-
4239
- name: Publish
4340
env:
4441
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)