Skip to content

Commit

Permalink
test integration workflow 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Feb 20, 2024
1 parent cef8240 commit 20cefba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tod_scripts

0 comments on commit 20cefba

Please sign in to comment.