Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
6cd7ec40
"launch/llmctl/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "00730fc6aaa43a64d7d4eb916ed0b9a7f104708f"
Commit
6cd7ec40
authored
Mar 31, 2025
by
Pavithra Vijayakrishnan
Committed by
GitHub
Mar 31, 2025
Browse files
Include the summary file path env variable.
parent
246b29c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
.github/workflows/test_report.yaml
.github/workflows/test_report.yaml
+4
-0
No files found.
.github/workflows/test_report.yaml
View file @
6cd7ec40
...
@@ -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()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment