Skip to content

Commit

Permalink
Merge branch 'shacl-test' into error-margin-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Sep 18, 2024
2 parents a41f716 + cd3a4c7 commit e0971fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Run tests
shell: sh
run: ./test/check-metadata.sh --profile=${{ matrix.profile }}
run: npm run test:${{ matrix.profile }}

- name: Show test results
if: ${{ always() }}
Expand Down
2 changes: 2 additions & 0 deletions test/check-metadata.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

npx shacl-test --shapes="validation/$1.ttl" \
--valid-cases="test/$1/valid*.ttl" \
--invalid-cases="test/$1/invalid*.ttl" \
Expand Down

0 comments on commit e0971fd

Please sign in to comment.