run storybook tests in CI

This commit is contained in:
Gauthier Roebroeck 2025-06-25 12:05:15 +08:00
parent 4348712bb8
commit a78ee04dc8

View file

@ -112,6 +112,9 @@ jobs:
- name: test:unit
working-directory: next-ui
run: npm run test:unit
- name: test:storybook
working-directory: next-ui
run: npm run test:storybook
- name: lint
working-directory: next-ui
run: npm run lint