Skip to content

Commit

Permalink
test: add test-app type-checking to CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
michelegera committed Nov 27, 2023
1 parent 03357c2 commit 2413ab0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,8 @@ jobs:
- name: Update TS version
run: pnpm add -D ${{ matrix.typescript-scenario }}
working-directory: ember-prismic-dom
- name: Update TS version on test-app package
run: pnpm add -D ${{ matrix.typescript-scenario }}
working-directory: test-app
- name: Type checking
run: pnpm lint:types

0 comments on commit 2413ab0

Please sign in to comment.