Skip to content

Commit

Permalink
ci build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalmi committed May 6, 2024
1 parent c53761a commit c39ea1c
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 @@ -22,6 +22,9 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Build
run: npm run build --workspaces

- name: Run Tests
run: npm run test --workspaces -- --run

0 comments on commit c39ea1c

Please sign in to comment.