From a7f1d0f5105b20a44a6a778ecdc324227f6e69a9 Mon Sep 17 00:00:00 2001 From: Bogdan Kuternoga Date: Fri, 23 Aug 2024 11:27:54 +0200 Subject: [PATCH] feat: add test results to artifacts --- .github/workflows/e2e.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index e611c5d..a67d559 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -29,5 +29,7 @@ jobs: if: always() with: name: playwright-report - path: playwright-report/ + path: | + playwright-report/ + test-results/ retention-days: 10