Skip to content

Commit

Permalink
ci: run build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar committed Sep 7, 2021
1 parent aea35c7 commit 8ef2a1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: test
run: |
yarn
yarn build
yarn jest --coverage
- name: report
uses: coverallsapp/github-action@v1.0.1
Expand Down

0 comments on commit 8ef2a1f

Please sign in to comment.