ci: Check OCR in Debian/Fedora tests

This commit is contained in:
Alex Pyrgiotis 2024-10-09 18:56:41 +03:00
parent 3e12aa3dfd
commit 80e972b456
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -264,7 +264,7 @@ jobs:
run: |
./dev_scripts/env.py --distro ${{ matrix.distro }} \
--version ${{ matrix.version }} \
run dangerzone-cli dangerzone/tests/test_docs/sample-pdf.pdf
run dangerzone-cli dangerzone/tests/test_docs/sample-pdf.pdf --ocr-lang eng
- name: Check that the Dangerzone GUI imports work
run: |
@ -328,7 +328,7 @@ jobs:
- name: Run a test command
run: |
./dev_scripts/env.py --distro ${{ matrix.distro }} --version ${{ matrix.version }} \
run dangerzone-cli dangerzone/tests/test_docs/sample-pdf.pdf
run dangerzone-cli dangerzone/tests/test_docs/sample-pdf.pdf --ocr-lang eng
- name: Check that the Dangerzone GUI imports work
run: |