Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit 49894ae

Browse files
committed
fix(publish): remove test step before publishing in build workflow -- publish already depends on the test matrix passing
1 parent 466975c commit 49894ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ jobs:
6767
- name: Build
6868
run: npm run jake build
6969

70-
- name: Run tests before publishing
71-
run: npm test
72-
7370
- name: Bump version and create tag
7471
run: |
7572
VERSION_ARG="${{ github.event.inputs.version }}"

0 commit comments

Comments
 (0)