Commit 5beba233 authored by Pavithra Vijayakrishnan's avatar Pavithra Vijayakrishnan Committed by GitHub
Browse files

test: Fix trailing white space in test_report.yaml (#455)

parent 6cd7ec40
......@@ -89,7 +89,7 @@ jobs:
echo "Total duration: $total_duration"
echo "|------------|-------|--------|--------|---------|----------|" >> $SUMMARY_FILE
echo "| **Total** | $total_tests | $total_passed | $total_failed | $total_skipped | ${total_duration}s |" >> $SUMMARY_FILE
echo "SUMMARY_FILE_PATH=$SUMMARY_FILE" >> $GITHUB_ENV
echo "summary_file=$SUMMARY_FILE" >> $GITHUB_OUTPUT
echo "Current directory: $(pwd)"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment