diff --git a/.github/workflows/e2e-suite.yml b/.github/workflows/e2e-suite.yml index aacf5e283..d5a978997 100644 --- a/.github/workflows/e2e-suite.yml +++ b/.github/workflows/e2e-suite.yml @@ -44,7 +44,7 @@ jobs: run: | timestamp=$(date +'%Y%m%d%H%M') report_filename="${timestamp}_cli_test_report.xml" - if ! pytest tests/integration --disable-warnings --junitxml="${report_filename}"; then + if ! pytest tests/integration/cli/test_help.py --disable-warnings --junitxml="${report_filename}"; then echo "EXIT_STATUS=1" >> $GITHUB_ENV fi env: diff --git a/tod_scripts b/tod_scripts index eec4b9955..5f1942076 160000 --- a/tod_scripts +++ b/tod_scripts @@ -1 +1 @@ -Subproject commit eec4b99557cef6f40e8b5b7de00357dc49fb041c +Subproject commit 5f194207625bc4b6485ff85f8dd158efb0f92862