From a2349d2f32385532b1b3a3b5d4545ad5678241a6 Mon Sep 17 00:00:00 2001 From: Anna Szczech Date: Thu, 16 Jan 2025 16:25:50 +0100 Subject: [PATCH] remove merge reports --- .github/actions/merge-pw-reports/action.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/actions/merge-pw-reports/action.yml b/.github/actions/merge-pw-reports/action.yml index a80800ef5eb..e0cdaec1751 100644 --- a/.github/actions/merge-pw-reports/action.yml +++ b/.github/actions/merge-pw-reports/action.yml @@ -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: @@ -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 \ No newline at end of file + path: ctrf-reports/ctrf-report.json + retention-days: 14 \ No newline at end of file