"launch/llmctl/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "00730fc6aaa43a64d7d4eb916ed0b9a7f104708f"
Commit 6cd7ec40 authored by Pavithra Vijayakrishnan's avatar Pavithra Vijayakrishnan Committed by GitHub
Browse files

Include the summary file path env variable.

parent 246b29c5
...@@ -89,6 +89,10 @@ jobs: ...@@ -89,6 +89,10 @@ jobs:
echo "Total duration: $total_duration" echo "Total duration: $total_duration"
echo "|------------|-------|--------|--------|---------|----------|" >> $SUMMARY_FILE echo "|------------|-------|--------|--------|---------|----------|" >> $SUMMARY_FILE
echo "| **Total** | $total_tests | $total_passed | $total_failed | $total_skipped | ${total_duration}s |" >> $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)"
- name: Complete report test status - name: Complete report test status
if: always() if: always()
......
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