From e699facc03e4945981a201e49fee979feb2e0250 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 16 Oct 2023 17:31:52 +0200 Subject: [PATCH] Cleaned path to Playwright reports - this is cleaner and follows the pattern as other jobs do --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4da09ba1ba..955dac82d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -332,7 +332,7 @@ jobs: if: always() with: name: browser-tests-playwright-report - path: ${{ github.workspace }}/ghost/core/playwright-report + path: ghost/core/playwright-report retention-days: 30 job_unit-tests: