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
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"
|
java-version: "11"
|
||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
cache: maven
|
cache: maven
|
||||||
|
- name: Install test dependencies
|
||||||
|
run: sudo apt-get -y -q --no-install-recommends install ffmpeg mediainfo tesseract-ocr
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -Pprod clean install
|
run: mvn -Pprod clean install
|
||||||
- name: Upload war artifact
|
- name: Upload war artifact
|
||||||
|
Loading…
Reference in New Issue
Block a user