Skip to content

Commit 58b9a31

Browse files
committed
[unit-testing] updated the workflows
1 parent 7ca1374 commit 58b9a31

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test-runner.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ jobs:
2121

2222
- name: Run unit tests
2323
run: yarn run test --coverage --forceExit --maxWorkers=2
24+
continue-on-error: false
25+
26+
- name: Run TypeScript type check
27+
run: npx tsc --noEmit
2428
continue-on-error: false

.github/workflows/type-check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
types: [opened, synchronize, reopened]
88
jobs:
99
code-quality-check:
10+
if: false
1011
name: Type Check
1112
runs-on: ubuntu-latest
1213
steps:

0 commit comments

Comments
 (0)