Skip to content

Commit

Permalink
CI: disabling VeraPDF check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Feb 24, 2025
1 parent 770284b commit 3fb6d9e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
find . -name '*.pdf' | xargs -n 1 sh -c 'qpdf --check --password=fpdf2 $0 || exit 255'
export PYTHONPATH=$PWD
# Using VeraPDF:
scripts/install-verapdf.sh
scripts/verapdf.py --process-all-test-pdf-files
scripts/verapdf.py --print-aggregated-report
# -- VeraPDF download is broken - disabling for now --
#scripts/install-verapdf.sh
#scripts/verapdf.py --process-all-test-pdf-files
#scripts/verapdf.py --print-aggregated-report
# Using Datalogics PDF Checker:
scripts/install-pdfchecker.sh
scripts/pdfchecker.py --process-all-test-pdf-files
Expand Down

0 comments on commit 3fb6d9e

Please sign in to comment.