mirror of
https://github.com/gotson/komga.git
synced 2026-05-05 23:37:43 +00:00
run storybook tests in CI
This commit is contained in:
parent
4348712bb8
commit
a78ee04dc8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue