mirror of
https://github.com/gotson/komga.git
synced 2026-05-05 23:37:43 +00:00
try other setup for storybook tests in ci
This commit is contained in:
parent
6be284b568
commit
9199a2e9cb
2 changed files with 3 additions and 31 deletions
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue