ci: upload conformance test results

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2021-12-20 16:46:28 +01:00
parent 6332e9631e
commit 936d7eda01
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 10 additions and 0 deletions

View File

@ -37,3 +37,13 @@ jobs:
OCI_TEST_CONTENT_DISCOVERY: 1
OCI_TEST_CONTENT_MANAGEMENT: 1
OCI_HIDE_SKIPPED_WORKFLOWS: 1
-
name: Move test results
run: mkdir -p .out/ && mv {report.html,junit.xml} .out/
-
name: Upload test results
uses: actions/upload-artifact@v2
with:
name: oci-test-results-${{ github.sha }}
path: .out/
if-no-files-found: error