Skip to content

Commit

Permalink
Publish allure reports into sub directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Sep 18, 2023
1 parent 4c9fcb6 commit 177d869
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: CI
on:
push:
branches:
- main
- keep-history
workflow_dispatch:
pull_request:
branches:
- main
- keep-history
schedule:
- cron: "0 4 * * *" # Runs every day at 4am: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule

Expand Down Expand Up @@ -82,6 +82,7 @@ jobs:
#allure_report: allure-report
allure_history: allure-history
keep_reports: 100
subdirectory: allure

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

0 comments on commit 177d869

Please sign in to comment.