Skip to content

Commit 4236527

Browse files
authored
Remove npm test step from release workflow
Remove the npm test step from the release workflow.
1 parent d18fefa commit 4236527

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ jobs:
2424
registry-url: 'https://registry.npmjs.org'
2525
- run: npm ci
2626
- run: npm run build --if-present
27-
- run: npm test
2827
- run: npm publish

0 commit comments

Comments
 (0)