0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Changing ctrf report to show only flaky and historical

This commit is contained in:
Chris Raible 2024-09-06 17:01:34 -07:00
parent 6f7fe192a4
commit 6232abc0c6

View file

@ -351,7 +351,7 @@ jobs:
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
- name: Publish browser test summary
run: npx github-actions-ctrf ghost/core/ctrf/ctrf-report.json
run: npx github-actions-ctrf flaky ghost/core/ctrf/ctrf-report.json
if: always()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}