Skip to content

Commit f3bd36f

Browse files
committed
ci: report on shacl failure
1 parent 00486f5 commit f3bd36f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ jobs:
2626
path: resources
2727
- run: sudo apt-get update && sudo apt-get install -y raptor2-utils
2828
- run: npm run validate
29+
id: validate
2930
- run: rapper -i ntriples -o turtle report.nt > report.ttl
31+
if: failure()
3032
- uses: actions/upload-artifact@v4
31-
if: always()
33+
if: failure()
3234
with:
3335
name: report
3436
path: report.ttl

0 commit comments

Comments
 (0)