mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Store CTH output report
This commit is contained in:
parent
6984a7213a
commit
ab1bca5a76
10
.github/workflows/schedule.yml
vendored
10
.github/workflows/schedule.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user