mirror of
https://github.com/gotson/komga.git
synced 2026-01-09 17:34:32 +01:00
run storybook tests in CI
This commit is contained in:
parent
99a91d62ab
commit
eecf41eb19
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…
Reference in a new issue