mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 14:07:55 +01:00
add test dependencies
This commit is contained in:
parent
f0310e3933
commit
721410c7d0
2
.github/workflows/build-deploy.yml
vendored
2
.github/workflows/build-deploy.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
distribution: "temurin"
|
||||
cache: maven
|
||||
- name: Install test dependencies
|
||||
run: sudo apt-get -y -q --no-install-recommends install ffmpeg mediainfo tesseract-ocr
|
||||
run: sudo apt-get -y -q --no-install-recommends install ffmpeg mediainfo tesseract-ocr tesseract-ocr-deu
|
||||
- name: Build with Maven
|
||||
run: mvn -Pprod clean install
|
||||
- name: Upload war artifact
|
||||
|
Loading…
Reference in New Issue
Block a user