Split E2E settings and conversation tests; run settings first in workflow (#10359)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Graham Neubig
2025-08-15 09:19:27 -04:00
committed by GitHub
parent 5618a3eebb
commit b740944075
4 changed files with 895 additions and 1389 deletions

View File

@@ -183,7 +183,7 @@ jobs:
# Run the tests with detailed output
cd tests/e2e
poetry run python -m pytest test_e2e_workflow.py::test_github_token_configuration test_e2e_workflow.py::test_conversation_start -v --no-header --capture=no --timeout=600
poetry run python -m pytest test_settings.py::test_github_token_configuration test_conversation.py::test_conversation_start -v --no-header --capture=no --timeout=600
- name: Upload test results
if: always()