run storybook tests in CI

This commit is contained in:
Gauthier Roebroeck 2025-06-25 12:11:02 +08:00
parent 99a91d62ab
commit eecf41eb19

View file

@ -108,9 +108,10 @@ jobs:
cache-dependency-path: next-ui/package-lock.json
- name: npm install
working-directory: next-ui
run: >
npm install
npx playwright install --with-deps
run: npm install
- name: npx playwright install --with-deps
working-directory: next-ui
run: npx playwright install --with-deps
- name: test:unit
working-directory: next-ui
run: npm run test:unit