Skip to content

Commit

Permalink
verapdfcheck.yml updated for download the latest data
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Sep 12, 2024
1 parent 1a1aaa4 commit e3ff7e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/verapdfcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
workflow: ubuntu.yml
workflow_conclusion: success
commit: ${{github.event.pull_request.head.sha}}
name: published-ubuntu

- name: Run Docker image veraPDF
Expand All @@ -31,10 +32,6 @@ jobs:
- name: Wait for a Docker container to be up and running
run: |
timeout 20s sh -c 'until curl http://localhost:8080/api/ | grep -q verapdf-rest; do echo "Waiting until container to be healthy..."; sleep 1; done'
- name: Check PDFs using veraPDF
run: |
ls -lR ./published-ubuntu
- name: Check PDFs using veraPDF
run: |
Expand Down

0 comments on commit e3ff7e0

Please sign in to comment.