From ab1bca5a76d912405786eb4078ae4c30c29b55ad Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Thu, 3 Feb 2022 09:18:09 +0100 Subject: [PATCH] chore: Store CTH output report --- .github/workflows/schedule.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 8a1436adf..0caf49171 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -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