Skip to content

Commit

Permalink
Fix CI invocation for type tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Dec 16, 2022
1 parent 8485183 commit d4b0013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -86,4 +86,4 @@ jobs:
- name: install TS version
run: yarn install --dev typescript@${{matrix.ts-version}}
- name: test types
run: yarn test:ts
run: yarn test:types

0 comments on commit d4b0013

Please sign in to comment.