mirror of
https://github.com/gotson/komga.git
synced 2025-12-16 05:24:56 +01:00
ci: run webui tests
This commit is contained in:
parent
76ba55a124
commit
5c99f09b8b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -67,6 +67,9 @@ jobs:
|
|||
restore-keys: ${{ runner.os }}-gradle
|
||||
- name: npmBuild
|
||||
run: ./gradlew npmBuild
|
||||
- name: npmTest
|
||||
run: npm run test:unit
|
||||
working-directory: komga-webui
|
||||
|
||||
release:
|
||||
name: Semantic Release
|
||||
|
|
|
|||
Loading…
Reference in a new issue