Skip to content

Commit ff29f8f

Browse files
committed
ci(studio): report timeline gate arm statuses
1 parent 7f27f0d commit ff29f8f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,12 @@ jobs:
574574
| tee /tmp/timeline-gate-virtualized.json \
575575
|| VIRTUALIZED_STATUS=$?
576576
577+
{
578+
echo "### Timeline viewport gate"
579+
echo "- Default arm exit: ${DEFAULT_STATUS}"
580+
echo "- Virtualized arm exit: ${VIRTUALIZED_STATUS}"
581+
} >> "$GITHUB_STEP_SUMMARY"
582+
577583
if (( DEFAULT_STATUS != 0 || VIRTUALIZED_STATUS != 0 )); then
578584
echo "FAIL: default=${DEFAULT_STATUS}, virtualized=${VIRTUALIZED_STATUS}"
579585
exit 1

0 commit comments

Comments
 (0)