Skip to content

Commit

Permalink
chore: Store CTH output report
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimvh committed Feb 3, 2022
1 parent 6984a72 commit ab1bca5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ab1bca5

Please sign in to comment.