Skip to content

Commit

Permalink
chore: add test types to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Oct 11, 2021
1 parent 6efbabe commit 546de41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run test
- run: npm run test:types
- name: Upload coverage
uses: codecov/codecov-action@v2

0 comments on commit 546de41

Please sign in to comment.