From 393cb5823f3dac21d39aa3a3d82de0c0c4d4994d Mon Sep 17 00:00:00 2001 From: Kalin Krustev Date: Tue, 13 Feb 2024 15:01:02 +0000 Subject: [PATCH] test: output --- .github/workflows/ui-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ui-test.yaml b/.github/workflows/ui-test.yaml index b77d68b..53a59b2 100644 --- a/.github/workflows/ui-test.yaml +++ b/.github/workflows/ui-test.yaml @@ -54,5 +54,5 @@ jobs: with: name: test-results path: | - ui-tests/tests/screenshots - ui-tests/tests/report \ No newline at end of file + ui-tests + !**/node_modules/** \ No newline at end of file