add test dependencies

This commit is contained in:
bgamard 2022-01-13 00:15:37 +01:00
parent f0310e3933
commit 721410c7d0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
distribution: "temurin" distribution: "temurin"
cache: maven cache: maven
- name: Install test dependencies - 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 - name: Build with Maven
run: mvn -Pprod clean install run: mvn -Pprod clean install
- name: Upload war artifact - name: Upload war artifact