Skip to content

Commit

Permalink
update-test-durations ignore e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyAfik committed Dec 21, 2023
1 parent 7eb5b1b commit d17fad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-test-durations.yml
Expand Up @@ -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
Expand Down

0 comments on commit d17fad0

Please sign in to comment.