Skip to content

Commit

Permalink
build before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Carmeli committed Apr 5, 2024
1 parent 9eccc78 commit 0017d28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/collect-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
node-version: "18"
- name: Install
run: yarn
- name: Build
run: yarn build-local
- name: Test and collect coverage
run: yarn test-coverage
- name: Create badge and publish to gh-pages
Expand Down

0 comments on commit 0017d28

Please sign in to comment.