mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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 }}
|
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
|
||||||
|
|
||||||
- name: Publish browser test summary
|
- 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()
|
if: always()
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue