Skip to content

Commit

Permalink
ci: use rdfpipe
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Aug 7, 2024
1 parent bfaaaf8 commit 3509916
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ jobs:
with:
name: resources
path: resources
- run: sudo apt-get update && sudo apt-get install -y raptor2-utils
- run: npm run validate
id: validate
- run: rapper -i nquads -o trig report.nq > report.trig
- uses: actions/setup-python@v5
with:
python-version: '3'
- run: pip install rdflib
if: failure()
- run: rdfpipe -i nquads -o trig report.nq > report.trig
if: failure()
- uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit 3509916

Please sign in to comment.