Skip to content

Commit 2cd837c

Browse files
committed
Adapt prefix test for CI process
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent c6d4f8b commit 2cd837c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
case-version: "case-1.3.0"
4545
extension-filter: "jsonld"
4646

47+
- name: Convert example
48+
run: |
49+
rdfpipe --output-format turtle case.jsonld > case.ttl
50+
test 0 -eq $(grep 'file:' case.ttl | wc -l) || (echo "ERROR:ci.yml:Some graph IRIs do not supply a resolving prefix. Look for the string 'file:///' in the file case.ttl (created by running 'make check') to see these instances." >&2 ; exit 1)
51+
4752
# Always build the package as a sanity check to ensure no issues with the build system
4853
# exist as part of the CI process
4954
- name: Build Package

0 commit comments

Comments
 (0)