Skip to content

Commit

Permalink
extend reporting for previous reuslts
Browse files Browse the repository at this point in the history
  • Loading branch information
szczecha committed Feb 7, 2025
1 parent d87fab0 commit 1b24b62
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/actions/flaky-tests-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,20 @@ runs:
with:
report-path: ctrf-reports/merged-report.json
summary-report: true
pull-request: true
overwrite-comment: true
failed-report: true
previous-results-report: true
flaky-rate-report: true
fail-rate-report: true
env:
GITHUB_TOKEN: ${{ inputs.github_token }}
if: always()
- name: Publish PR Comment
uses: ./
with:
report-path: './ctrf/*.json'
pull-request-report: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: always()

inputs:
github_token:
Expand Down

0 comments on commit 1b24b62

Please sign in to comment.