Skip to content

Commit 3e65e24

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)