0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added back the full summary in addition to historical

This commit is contained in:
Chris Raible 2024-09-06 16:02:10 -07:00
parent bfbaffc124
commit 6f7fe192a4

View file

@ -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: