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

Commit 3e65e24

Browse files
committed
fix(ci): remove test failure masking in release workflow
1 parent 71273c0 commit 3e65e24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: pnpm run build
7070

7171
- name: Run tests
72-
run: pnpm test || echo "No tests found, skipping test step"
72+
run: pnpm run test:run
7373

7474
publish:
7575
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)