Skip to content

Commit

Permalink
add zod models build step to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Connoropolous committed Oct 25, 2023
1 parent c58b43b commit 3cc4f32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
run: |
npm install -w web
shell: bash
- name: Build zod-models dependency
run: |
npm run build -w zod-models
shell: bash
- name: run unit tests
run: |
npm run test -w web
Expand Down

0 comments on commit 3cc4f32

Please sign in to comment.