From 74011f2a5d1913816ee9b8f3cfef1d12d1875b5b Mon Sep 17 00:00:00 2001 From: Tobias Ortmayr Date: Mon, 18 Sep 2023 11:52:04 +0200 Subject: [PATCH] Publish allure reports into subdirectory Update the CI workflow to publish allure reports into the `allure` subdirectory instead of the root. This ensure that the cleanup behavior (remove old reports) of the corresponding github action does not interfere with other unrelated results. (e.g. removing the performance history directory instead of an old test directory) --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 95df51db1..d9fa590b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -82,6 +82,7 @@ jobs: #allure_report: allure-report allure_history: allure-history keep_reports: 100 + subfolder: allure - name: Publish Report if: always() && github.ref == 'refs/heads/main'