Skip to content

Commit

Permalink
Merge pull request #18 from JanProvaznik/gh-ci-verify-fix
Browse files Browse the repository at this point in the history
GitHub CI: fail on veraPDF crash
  • Loading branch information
exaexa authored May 7, 2024
2 parents a32ca00 + c2c0f26 commit 0ed4027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Get PDFs
uses: actions/download-artifact@v3
- name: Run VeraPDF
run: verify Thesis/*.pdf | tee /dev/stderr | grep -qE 'nonCompliant="0"'
run: verify Thesis/*.pdf | tee /dev/stderr | grep -qE 'nonCompliant="0" failedJobs="0"'

0 comments on commit 0ed4027

Please sign in to comment.