add test dependencies

This commit is contained in:
bgamard 2022-01-13 00:06:29 +01:00
parent 302d7cccc4
commit f0310e3933
1 changed files with 2 additions and 0 deletions

View File

@ -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