Skip to content

Commit

Permalink
remove merge reports
Browse files Browse the repository at this point in the history
  • Loading branch information
szczecha committed Jan 16, 2025
1 parent fe26411 commit a2349d2
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/actions/merge-pw-reports/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ runs:
path: playwright-report
retention-days: 14

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

- name: Publish Test Report
uses: ctrf-io/github-test-reporter@v1
with:
Expand All @@ -48,10 +44,5 @@ runs:
uses: actions/upload-artifact@v4
with:
name: ctrf-report
path: ctrf-reports/merged-ctrf-report.json

- name: Upload test results
uses: actions/upload-artifact@v4
with:
name: custom-artifact-name
path: ctrf-reports/ctrf-report-no-fails.json
path: ctrf-reports/ctrf-report.json
retention-days: 14

0 comments on commit a2349d2

Please sign in to comment.