From 9a2824567fe223ecff2d2ff70a9fcae96bf6c4ab Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Tue, 5 Nov 2024 05:16:48 -0800 Subject: [PATCH] ci: Test OCR as well Now that OCR is performed on host, and not in the container, it's important to add it in our smoke test. --- .github/workflows/check-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-packages.yml b/.github/workflows/check-packages.yml index 1fcbdd6..caaeec6 100644 --- a/.github/workflows/check-packages.yml +++ b/.github/workflows/check-packages.yml @@ -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