Skip to content

Commit

Permalink
chore: add build to validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsi authored Feb 5, 2024
1 parent 9a54500 commit 888dc61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build
run: npm run build-all

- name: Unit tests
run: npm run test:unit

Expand Down

0 comments on commit 888dc61

Please sign in to comment.