Skip to content

Commit

Permalink
Make RDF tests run on PR alos
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccrae committed Jun 12, 2024
1 parent ca04bac commit 028de39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- uses: actions/checkout@v2
- name: Install packages for XML and JSON validation
run: |
pip install xmlschema jsonschema xmlstarlet
pip install xmlschema jsonschema xmlstarlet pyshacl
- name: Validate
run: make validate_xml validate_json
run: make validate_xml validate_json validate_rdf
build:
needs: validate
runs-on: ubuntu-latest
Expand Down

0 comments on commit 028de39

Please sign in to comment.