mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Trying out the historical reporter
This commit is contained in:
parent
9db114e746
commit
e152b4ba59
2 changed files with 8 additions and 1 deletions
0
.github/flaky-test-pr-comment.hbs
vendored
Normal file
0
.github/flaky-test-pr-comment.hbs
vendored
Normal file
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -351,7 +351,7 @@ jobs:
|
|||
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
|
||||
|
||||
- name: Publish flaky test results
|
||||
run: npx github-actions-ctrf flaky ghost/core/ctrf/ctrf-report.json --pr-comment --title "Browser Test Summary"
|
||||
run: npx github-actions-ctrf historical ghost/core/ctrf/ctrf-report.json
|
||||
if: always()
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -369,6 +369,13 @@ jobs:
|
|||
name: browser-tests-playwright-report
|
||||
path: ghost/core/playwright-report
|
||||
retention-days: 30
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: browser-tests-playwright-report
|
||||
path: ghost/core/ctrf/ctrf-report.json
|
||||
retention-days: 30
|
||||
|
||||
job_perf-tests:
|
||||
runs-on:
|
||||
|
|
Loading…
Add table
Reference in a new issue