We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00486f5 commit 0088ddaCopy full SHA for 0088dda
.github/workflows/ci.yaml
@@ -26,9 +26,12 @@ jobs:
26
path: resources
27
- run: sudo apt-get update && sudo apt-get install -y raptor2-utils
28
- run: npm run validate
29
+ id: validate
30
+ continue-on-error: true
31
- run: rapper -i ntriples -o turtle report.nt > report.ttl
32
+ if: failure() && steps.validate.outcome == 'failure'
33
- uses: actions/upload-artifact@v4
- if: always()
34
35
with:
36
name: report
37
path: report.ttl
0 commit comments