From f76d2198c128cac4bbb63f6e3537a86865fdf7c5 Mon Sep 17 00:00:00 2001 From: "Erik A. Brandstadmoen" Date: Sat, 20 Apr 2024 08:41:51 +0200 Subject: [PATCH] WIP --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index b1e82f14..150ebab6 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -438,14 +438,14 @@ jobs: test -d $REPORT_DIR || mkdir $REPORT_DIR echo "Running smink" - /tmp/smink/smink "${XML_DIR}/*.xml" "${REPORT_DIR}/grate-tests.html" --title "grate integration tests $(date +'%F %T %z')" + /tmp/smink/smink "${XML_DIR}/*.xml" "${REPORT_DIR}/grate integration tests $(date +'%F %T %z').html" --title "grate integration tests" - name: Upload HTML test report uses: actions/upload-artifact@v4 with: name: HTML test report path: | - /tmp/test-results/grate-tests.html + /tmp/test-results/*.html retention-days: 10 teardown-test-environment: