ci: run webui tests

This commit is contained in:
Gauthier Roebroeck 2021-04-26 15:59:43 +08:00
parent 76ba55a124
commit 5c99f09b8b

View file

@ -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