Skip to content

Commit 4771324

Browse files
chore: removed continue on error from pr action
1 parent 9340396 commit 4771324

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,12 @@ jobs:
3030
run: npm ci
3131

3232
- name: Running typecheck
33-
continue-on-error: true
3433
run: npm run typecheck
3534

3635
- name: Running lint
37-
continue-on-error: true
3836
run: npm run lint
3937

4038
- name: Running tests
41-
continue-on-error: true
4239
run: npm run test
4340

4441
- name: Running build

0 commit comments

Comments
 (0)