Skip to content

Commit

Permalink
chore: build library before getting test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanshatford committed Mar 22, 2024
1 parent 11e5963 commit 79adecd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build library
run: npm run build

- name: Run test coverage
run: npm run test:coverage

Expand Down

0 comments on commit 79adecd

Please sign in to comment.