Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
szczecha committed Jan 17, 2025
1 parent 4bb139e commit 59ed6b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/merge-pw-reports/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ runs:
uses: actions/upload-artifact@v4
with:
name: merged-report.json

path: ctrf
retention-days: 14

- name: Publish Test Report
uses: ctrf-io/github-test-reporter@v1
with:
report-path: .ctrf/merged-report.json
report-path: ./ctrf/merged-report.json
summary-report: true
previous-results-report: true
failed-report: true
Expand Down

0 comments on commit 59ed6b7

Please sign in to comment.