Skip to content

Commit 9c28992

Browse files
committed
chore: disable test job for troubleshooting
1 parent 636cba7 commit 9c28992

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
NPM_TOKEN: ${{secrets.npm_token}}
5555
GITHUB_TOKEN: ${{secrets.gh_token}}
5656

57-
- name: Test
58-
run: pnpm test
57+
# - name: Test
58+
# run: pnpm test
5959

6060
- name: Publish
6161
run: pnpm release

0 commit comments

Comments
 (0)