Skip to content

Commit

Permalink
chore: add missing build step to unit test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Casillas committed Feb 7, 2025
1 parent 2ba7dda commit ac9d55f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ jobs:
id: install-dependencies
run: npm install

- name: Try to build the packages
id: build-packages
run: npm run build:pm

- name: Run unit tests
id: run-unit-tests
run: npm run test:unit
Expand Down

0 comments on commit ac9d55f

Please sign in to comment.