Skip to content

Commit

Permalink
feat: add type check task
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyl-ivanchuk committed Sep 14, 2023
1 parent 5f028f8 commit 99bac10
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,18 @@ jobs:
run: |
npm run test:unit:ci
- name: Type check
run: |
npm run typecheck --scope=app
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/composite@v2
if: always()
with:
files: |
/packages/app/junit.xml
/packages/api/junit.xml
/packages/worker/junit.xml
packages/app/junit.xml
packages/api/junit.xml
packages/worker/junit.xml
check_run_annotations: all tests, skipped tests
report_individual_runs: "true"

Expand Down

0 comments on commit 99bac10

Please sign in to comment.