Skip to content

Commit

Permalink
feat: add app type check
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyl-ivanchuk committed Sep 14, 2023
1 parent 99bac10 commit 84b3f3c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,14 @@ jobs:
run: |
npm run lint -- -- --no-fix --max-warnings 0
- name: Test
- name: App type check
working-directory: ./packages/app
run: |
npm run test:unit:ci
npm run typecheck
- name: Type check
- name: Test
run: |
npm run typecheck --scope=app
npm run test:unit:ci
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/composite@v2
Expand Down

0 comments on commit 84b3f3c

Please sign in to comment.