Address code review feedback - add clarifying comments

- Add comment explaining TEST_STATUS outcome values
- Improve error message specificity in generateMarkdownSummary.js

Co-authored-by: thomasnordquist <7721625+thomasnordquist@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-31 20:39:12 +00:00
co-authored by thomasnordquist
parent e338ab9ccf
commit 0dabd89ef2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -150,6 +150,7 @@ jobs:
id: markdown
env:
BASE_URL: ${{ steps.fileurl.outputs.base-url }}
# Outcome can be: 'success', 'failure', 'cancelled', or 'skipped'
TEST_STATUS: ${{ steps.generate_video.outcome }}
run: |
MARKDOWN=$(node ./scripts/generateMarkdownSummary.js "${BASE_URL}" "${TEST_STATUS}")