Skip to content

Commit

Permalink
ci: Test OCR as well
Browse files Browse the repository at this point in the history
Now that OCR is performed on host, and not in the container, it's
important to add it in our smoke test.
  • Loading branch information
apyrgio committed Nov 5, 2024
1 parent 96ef26f commit 9a28245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
working-directory: main
run: |
./dev_scripts/env.py --distro fedora --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
working-directory: main
Expand Down

0 comments on commit 9a28245

Please sign in to comment.