0
Fork 0
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:
Daniel Lockyer 2023-10-16 17:31:52 +02:00 committed by Daniel Lockyer
parent 3a564237a5
commit e699facc03

View file

@ -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: