This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch workflows
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git


The following commit(s) were added to refs/heads/workflows by this push:
     new eb510cd6 Add scalable summaries at the end
eb510cd6 is described below

commit eb510cd6763458b81f9036211d6f966d81003f1d
Author: Lee Rhodes <[email protected]>
AuthorDate: Sat Feb 28 15:09:43 2026 -0800

    Add scalable summaries at the end
---
 .github/workflows/reusable-jdk-os-matrix.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/workflows/reusable-jdk-os-matrix.yml 
b/.github/workflows/reusable-jdk-os-matrix.yml
index f4e796f5..1d2f2720 100644
--- a/.github/workflows/reusable-jdk-os-matrix.yml
+++ b/.github/workflows/reusable-jdk-os-matrix.yml
@@ -69,3 +69,12 @@ jobs:
 
       - name: Install
         run: mvn clean install "-DskipTests=true" 
"-Dmaven.clean.failOnError=false"
+
+      - name: Generate Scalable Summary
+        if: always() # Ensures the report is written even if tests fail
+        run: |
+          echo "### 🖥️ Job Result: ${{ inputs.os_type }} | ${{ 
inputs.java_arch }}" >> $GITHUB_STEP_SUMMARY
+          echo "* **JDK Version:** ${{ inputs.jdk_version }}" >> 
$GITHUB_STEP_SUMMARY
+          echo "* **Build Status:** ${{ job.status == 'success' && '✅ Passed' 
|| '❌ Failed' }}" >> $GITHUB_STEP_SUMMARY
+          echo "---" >> $GITHUB_STEP_SUMMARY
+


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to