chore: Store CTH output report

This commit is contained in:
Joachim Van Herwegen 2022-02-03 09:18:09 +01:00
parent 6984a7213a
commit ab1bca5a76

View File

@ -47,3 +47,13 @@ jobs:
solidproject/conformance-test-harness
--output=/reports
--target=https://github.com/solid/conformance-test-harness/css
- name: Sanitize branch name for artifact upload
id: sanitize
uses: yeouchien/sanitize-branch-name-action@v1
with:
branch-name: ${{ matrix.branch }}
- name: Save the reports
uses: actions/upload-artifact@v2
with:
name: ${{ steps.sanitize.outputs.sanitized-branch-name }} reports
path: reports