Skip to content

Commit

Permalink
test_: always create reports
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarbu15 committed Jan 9, 2025
1 parent 6c04a90 commit 9fa4836
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-reliability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: pytest -m "reliability" -c tests-functional/pytest.ini --alluredir=allure-results

- name: Get allure history
if: env.WORKFLOW_CONCLUSION != 'cancelled'
if: always()
uses: actions/checkout@v4
continue-on-error: true
with:
Expand All @@ -52,7 +52,7 @@ jobs:

- name: Setup allure report
uses: simple-elf/allure-report-action@master
if: env.WORKFLOW_CONCLUSION != 'cancelled'
if: always()
id: allure-report
with:
allure_results: allure-results
Expand All @@ -63,7 +63,7 @@ jobs:

- name: Deploy report to Github Pages
uses: peaceiris/actions-gh-pages@v4
if: env.WORKFLOW_CONCLUSION != 'cancelled'
if: always()
with:
personal_token: ${{ env.DEPLOY_TEST_REPORTS_PAT }}
external_repository: status-im/status-cli-tests
Expand Down

0 comments on commit 9fa4836

Please sign in to comment.