Skip to content

Commit 1f12164

Browse files
committed
removed tests from release pipeline
1 parent 46f0e96 commit 1f12164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: 16
1818
- run: npm ci
19-
- run: npm test
19+
# - run: npm test
2020

2121
publish-npm:
2222
needs: build

0 commit comments

Comments
 (0)