Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpenkov committed Jan 24, 2025
1 parent a31e227 commit 0b0e3e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/_test-units.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:
- name: Build test assets
run: |
npm run sass
npm run docs --prefix packages/${{ matrix.theme }}
- name: Run Jest tests
run: |
npm run test:${{ matrix.theme }} --prefix units/
ls
npm run docs --prefix packages/${{ matrix.theme }}
npm run --prefix units/test:${{ matrix.theme }}

0 comments on commit 0b0e3e4

Please sign in to comment.