mirror of
https://github.com/gotson/komga.git
synced 2026-05-05 23:37:43 +00:00
use npm ci in CI
This commit is contained in:
parent
0ee727ba94
commit
e2e9d071e9
1 changed files with 4 additions and 2 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -116,8 +116,10 @@ jobs:
|
|||
working-directory: next-ui
|
||||
run: npm run test:unit
|
||||
- name: test:storybook
|
||||
working-directory: next-ui
|
||||
run: npm run test:storybook
|
||||
uses: nick-fields/retry@v3
|
||||
with:
|
||||
command: npm run --prefix next-ui test:storybook
|
||||
max_attempts: '3'
|
||||
- name: lint
|
||||
working-directory: next-ui
|
||||
run: npm run lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue