From e152b4ba59b2d63df8682d79a9ee50594e6de081 Mon Sep 17 00:00:00 2001 From: Chris Raible Date: Fri, 6 Sep 2024 14:47:22 -0700 Subject: [PATCH] Trying out the historical reporter --- .github/flaky-test-pr-comment.hbs | 0 .github/workflows/ci.yml | 9 ++++++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .github/flaky-test-pr-comment.hbs diff --git a/.github/flaky-test-pr-comment.hbs b/.github/flaky-test-pr-comment.hbs new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c611103d51..b64b9d50b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -351,7 +351,7 @@ jobs: STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }} - name: Publish flaky test results - run: npx github-actions-ctrf flaky ghost/core/ctrf/ctrf-report.json --pr-comment --title "Browser Test Summary" + run: npx github-actions-ctrf historical ghost/core/ctrf/ctrf-report.json if: always() env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -369,6 +369,13 @@ jobs: name: browser-tests-playwright-report path: ghost/core/playwright-report retention-days: 30 + + - uses: actions/upload-artifact@v4 + if: always() + with: + name: browser-tests-playwright-report + path: ghost/core/ctrf/ctrf-report.json + retention-days: 30 job_perf-tests: runs-on: