Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
ci: build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
libotony committed Aug 10, 2021
1 parent d4c1401 commit d19243b
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 @@ -32,6 +32,9 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Build project
run: npm run build

- name: Run tests
run: npm run cover
Expand Down

0 comments on commit d19243b

Please sign in to comment.