ci: don't setup java for webui test

This commit is contained in:
Gauthier Roebroeck 2021-12-22 09:19:44 +08:00
parent 9d4bd5b97a
commit ff358da598

View file

@ -66,11 +66,15 @@ jobs:
java-package: 'jdk'
distribution: 'adopt'
cache: 'gradle'
- name: npmBuild
run: ./gradlew npmBuild
- name: npmTest
run: npm run test:unit
- name: npm install
working-directory: komga-webui
run: npm install
- name: npm build
working-directory: komga-webui
run: npm run build
- name: npm test
working-directory: komga-webui
run: npm run test:unit
release:
name: Semantic Release