Skip to content

Commit 6a76236

Browse files
fix: remove redundant test step from npm publish workflow
1 parent 43f90f3 commit 6a76236

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish-npm-package-pipeline.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
- name: build
4040
run: npm run build
4141

42-
- name: run tests
43-
run: npm test
44-
4542
- name: prepare git for version bump
4643
run: |
4744
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)