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