Skip to content

Commit

Permalink
Publish allure reports into subdirectory
Browse files Browse the repository at this point in the history
Update the CI workflow to publish allure reports into the `allure` subdirectory instead of the root.
This ensure that the cleanup behavior (remove old reports) of the corresponding github action does not interfere with other unrelated results. (e.g. removing the performance history directory instead of an old test directory)
  • Loading branch information
tortmayr authored and planger committed Sep 18, 2023
1 parent 4c9fcb6 commit 74011f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
#allure_report: allure-report
allure_history: allure-history
keep_reports: 100
subfolder: allure

- name: Publish Report
if: always() && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 74011f2

Please sign in to comment.