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
3320619317
commit
a50010f126
1 changed files with 4 additions and 3 deletions
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue