Skip to content

Commit

Permalink
chore(tests): run build in test workflow (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokahler authored Feb 1, 2021
1 parent aa6c831 commit 814889c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
- name: Run tests
run: npm t -- --coverage

- name: Run build
run: npm run build

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1

0 comments on commit 814889c

Please sign in to comment.