mirror of
https://github.com/gotson/komga.git
synced 2026-04-19 13:31:15 +02:00
ci: don't setup java for webui test
This commit is contained in:
parent
9d4bd5b97a
commit
ff358da598
1 changed files with 8 additions and 4 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue