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