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