try other setup for storybook tests in ci

This commit is contained in:
Gauthier Roebroeck 2025-07-10 15:59:48 +08:00
parent 6be284b568
commit 9199a2e9cb
2 changed files with 3 additions and 31 deletions

View file

@ -121,13 +121,9 @@ jobs:
working-directory: next-ui
run: npm run test:unit
# retry because of https://github.com/storybookjs/storybook/issues/31599
- name: test:storybook
uses: nick-fields/retry@v3
with:
command: npm run --prefix next-ui test:storybook
max_attempts: '3'
timeout_minutes: '5'
working-directory: next-ui
run: npm run test:storybook
- name: lint
working-directory: next-ui