mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Cleaned path to Playwright reports
- this is cleaner and follows the pattern as other jobs do
This commit is contained in:
parent
3a564237a5
commit
e699facc03
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -332,7 +332,7 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: browser-tests-playwright-report
|
name: browser-tests-playwright-report
|
||||||
path: ${{ github.workspace }}/ghost/core/playwright-report
|
path: ghost/core/playwright-report
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
job_unit-tests:
|
job_unit-tests:
|
||||||
|
|
Loading…
Add table
Reference in a new issue