mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
ci: Check OCR in Debian/Fedora tests
This commit is contained in:
parent
4398986970
commit
0ea8e71f15
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -266,7 +266,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
./dev_scripts/env.py --distro ${{ matrix.distro }} \
|
./dev_scripts/env.py --distro ${{ matrix.distro }} \
|
||||||
--version ${{ matrix.version }} \
|
--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
|
- name: Check that the Dangerzone GUI imports work
|
||||||
run: |
|
run: |
|
||||||
|
@ -330,7 +330,7 @@ jobs:
|
||||||
- name: Run a test command
|
- name: Run a test command
|
||||||
run: |
|
run: |
|
||||||
./dev_scripts/env.py --distro ${{ matrix.distro }} --version ${{ matrix.version }} \
|
./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
|
- name: Check that the Dangerzone GUI imports work
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue