From 6f7fe192a49382bc4c06aca128062c939c33c1ec Mon Sep 17 00:00:00 2001 From: Chris Raible Date: Fri, 6 Sep 2024 16:02:10 -0700 Subject: [PATCH] Added back the full summary in addition to historical --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d002a2f2c5..a4ea4673aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -350,7 +350,13 @@ jobs: STRIPE_PUBLISHABLE_KEY: ${{ secrets.STRIPE_PUBLISHABLE_KEY }} STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }} - - name: Publish flaky test results + - name: Publish browser test summary + run: npx github-actions-ctrf ghost/core/ctrf/ctrf-report.json + if: always() + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + - name: Publish historical browser test results run: npx github-actions-ctrf historical ghost/core/ctrf/ctrf-report.json if: always() env: