From 4ba5ee241862be0371ffd117e6fa632ab2201cd2 Mon Sep 17 00:00:00 2001 From: fbarbu15 Date: Thu, 4 Apr 2024 11:00:16 +0300 Subject: [PATCH] fix allure broken history links (#28) --- .github/workflows/test_common.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index b07c744d48..1774d891c5 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -49,7 +49,7 @@ jobs: - run: pip install -r requirements.txt - name: Run tests - run: pytest -n 4 --reruns 1 --alluredir=allure-results + run: pytest -n 4 --reruns 2 --alluredir=allure-results - name: Get allure history if: always() @@ -67,6 +67,7 @@ jobs: gh_pages: gh-pages/${{ env.CALLER }} allure_history: allure-history keep_reports: 30 + report_url: https://waku-org.github.io/waku-interop-tests/${{ env.CALLER }} - name: Deploy report to Github Pages uses: peaceiris/actions-gh-pages@v3