fix allure broken history links (#28)

This commit is contained in:
fbarbu15 2024-04-04 11:00:16 +03:00 committed by GitHub
parent 0095b5e04a
commit 4ba5ee2418
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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