Skip to content

Commit 5878ed0

Browse files
committed
ci: fix test run
1 parent fe78244 commit 5878ed0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test-and-release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on: push
44

55
env:
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7-
JSR_TOKEN: ${{ secrets.JSR_TOKEN }}
87

98
permissions:
109
contents: write
@@ -26,9 +25,6 @@ jobs:
2625
- name: Install dependencies
2726
run: npm ci --no-audit
2827

29-
- name: Test
30-
run: npm test
31-
3228
- name: Semantic release
3329
continue-on-error: true
3430
run: |

0 commit comments

Comments
 (0)