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 0b0e3e4 commit 102714c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/_test-units.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ jobs:
- name: Build test assets
run: |
npm run sass
npm run sass --prefix packages/${{ matrix.theme }}
npm run docs --prefix packages/${{ matrix.theme }}
- name: Run Jest tests
run: |
ls
npm run docs --prefix packages/${{ matrix.theme }}
npm run --prefix units/test:${{ matrix.theme }}
npm run test:${{ matrix.theme }} --prefix units

0 comments on commit 102714c

Please sign in to comment.