From 2d642b538a8067288976bd0120d02b102099aa4a Mon Sep 17 00:00:00 2001 From: Diego Martinez Date: Fri, 24 May 2024 14:19:08 +0200 Subject: [PATCH] Merge allure-results artifacts in the same folder --- .github/workflows/Allure_Report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Allure_Report.yml b/.github/workflows/Allure_Report.yml index 349a660..1d75c75 100644 --- a/.github/workflows/Allure_Report.yml +++ b/.github/workflows/Allure_Report.yml @@ -22,6 +22,7 @@ jobs: with: pattern: allure-results-* path: allure-results + merge-multiple: true - name: Allure Report action from marketplace uses: simple-elf/allure-report-action@master