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