Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szczecha committed Jan 17, 2025
1 parent 2ab4064 commit 4bb139e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/actions/merge-pw-reports/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,18 @@ runs:

- name: Merge ctfr reports
shell: bash
run: npx ctrf merge ./ctrf
run: npx ctrf merge ./ctrf --output merged-report.json

- name: Upload CTRF report
uses: actions/upload-artifact@v4
with:
name: merged-report.json


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

0 comments on commit 4bb139e

Please sign in to comment.