From a97ec4fdc4859cdfa9e0f973331d98c79d2b823a Mon Sep 17 00:00:00 2001 From: Cesar Date: Tue, 26 Nov 2024 14:04:31 +0000 Subject: [PATCH] fix --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 64cdc65..2218b18 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -133,7 +133,7 @@ jobs: with: name: test-artifacts path: | - e2e/artifacts/playwright/ + e2e/src/webwallet/artifacts/playwright/ !e2e/artifacts/playwright/*.webm retention-days: 5 @@ -202,7 +202,7 @@ jobs: with: name: test-artifacts path: | - e2e/artifacts/playwright/ + e2e/src/argent-x/artifacts/playwright/ !e2e/artifacts/playwright/*.webm retention-days: 5 \ No newline at end of file