fix allure broken history links (#28)
This commit is contained in:
parent
0095b5e04a
commit
4ba5ee2418
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue