From 77b440841662ec6ca385506ffd9f3331a5a5ddc6 Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Tue, 22 Aug 2023 09:57:40 +0200 Subject: [PATCH] chore: correct e2e test results path in GH actions (#1231) --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index d725673eda..896f211b4c 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -27,5 +27,5 @@ jobs: if: always() with: name: playwright-report - path: playwright-report/ + path: test-results/ retention-days: 30