Skip to content

Commit ab5069d

Browse files
committed
chore: Remove test run from publish action
1 parent 221fc6a commit ab5069d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ jobs:
2121
- name: Install dependencies
2222
run: npm install
2323

24-
- name: Run tests and linter
25-
run: npm test
26-
27-
- name: Enforce coverage
28-
run: npm run enforce
29-
3024
- name: publish to npm
3125
id: publish
3226
uses: JS-DevTools/npm-publish@v3

0 commit comments

Comments
 (0)