diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a5f19f18..f13ca0cb5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,10 @@ check: - make switch LANG=en - end_section + - start_section "Type checking" + - yarn tsc || record_failure + - end_section + - start_section "Unit Tests" - > yarn test --ci --reporters=default --reporters=jest-junit