We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05cfa3b commit 5da750bCopy full SHA for 5da750b
.github/workflows/pull-request.yml
@@ -29,14 +29,17 @@ jobs:
29
- name: Installing dependencies
30
run: npm ci
31
32
- - name: Running tests
33
- run: npm run test
+ - name: Running typecheck
+ continue-on-error: true
34
+ run: npm run typecheck
35
36
- name: Running lint
37
38
run: npm run lint
39
- - name: Running typecheck
- run: npm run typecheck
40
+ - name: Running tests
41
42
+ run: npm run test
43
44
- name: Running build
45
run: npm run build
0 commit comments