try to fix ci

This commit is contained in:
Gauthier Roebroeck 2025-07-23 12:07:29 +08:00
parent 648f71d908
commit d8a7d480f7

View file

@ -124,6 +124,8 @@ jobs:
- name: test:storybook
working-directory: next-ui
run: npm run test:storybook
env:
LANG: en_US # fix for https://github.com/microsoft/playwright/issues/34046
- name: lint
working-directory: next-ui