Skip to content

Commit

Permalink
CI: add debug for failed tests report (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi authored Dec 14, 2023
1 parent 7d44b80 commit f5dc04d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/generate-slack-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ runs:
done
} >> ${{ inputs.output-file }}
echo "Report found"
cat ${{ inputs.from-report-file }}
else
echo "Report NOT found"
pwd
Expand Down
2 changes: 2 additions & 0 deletions ragstack-e2e-tests/e2e_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ def dump_report():
yield
logging.info("All tests report:")
logging.info("\n".join(all_report_lines))
logging.info("Failed tests report:")
logging.info("\n".join(failed_report_lines))

stats_str = (
"Tests passed: "
Expand Down

0 comments on commit f5dc04d

Please sign in to comment.