From d17fad0ae174409b92a5615631c0cd12cd9934cc Mon Sep 17 00:00:00 2001 From: GuyAfik Date: Thu, 21 Dec 2023 08:12:01 +0200 Subject: [PATCH] update-test-durations ignore e2e --- .github/workflows/update-test-durations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-test-durations.yml b/.github/workflows/update-test-durations.yml index bc5f86fb87..8254aeff54 100644 --- a/.github/workflows/update-test-durations.yml +++ b/.github/workflows/update-test-durations.yml @@ -38,7 +38,7 @@ jobs: node_pid=$! mkdir unit-tests - poetry run pytest --ignore={demisto_sdk/commands/init/templates,demisto_sdk/tests/integration_tests,demisto_sdk/commands/content_graph} --store-durations --junitxml=unit-tests/junit.xml || pytest_exit_code=$ + poetry run pytest . --ignore={demisto_sdk/commands/init/templates,demisto_sdk/tests/integration_tests,demisto_sdk/commands/content_graph,tests_end_to_end} --store-durations --junitxml=unit-tests/junit.xml || pytest_exit_code=$ echo "PYTEST_EXIT_CODE=$pytest_exit_code" >> $GITHUB_ENV kill $node_pid