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:
parent
6f7fe192a4
commit
6232abc0c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue