Skip to content

Commit

Permalink
ci: upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Dec 5, 2023
1 parent 4b3bf69 commit 5aa2eea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
check-cube:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
profile:
- basic-cube-constraint
Expand All @@ -41,3 +42,9 @@ jobs:

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

- name: Upload test results
uses: actions/upload-artifact@v3
with:
name: test-results
path: test
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _:report a sh:ValidationReport ;
sh:sourceShape [
sh:path sh:property ;
sh:node <http://example.org/ObservationConstraintProperty> ;
sh:message "The constraints do not validate" ;
sh:message "The constraints do not validated" ;
] ;
sh:focusNode <https://example.org/shape> ;
sh:value _:b3 ;
Expand Down

0 comments on commit 5aa2eea

Please sign in to comment.