Skip to content

Commit d8055ef

Browse files
author
Vincent Potucek
committed
[UX] add icons like junit build to improve CI UX ✅
1 parent e566fef commit d8055ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Checkout 📥
6969
uses: actions/checkout@v6
7070

71-
- name: Setup Java ☕
71+
- name: Setup Java ☕
7272
uses: actions/setup-java@v5
7373
with:
7474
distribution: "temurin"
@@ -119,7 +119,7 @@ jobs:
119119
uses: mikepenz/action-junit-report@v6
120120
if: always() # always run even if the previous step fails
121121
with:
122-
check_name: JUnit ${{ matrix.kind }} ${{ matrix.jre }} ${{ matrix.os }}
122+
check_name: JUnit (Build 🏗 ${{ matrix.kind }}️, Java ☕️ ${{ matrix.jre }}, OS 💿 ${{ matrix.os }})
123123
report_paths: '*/build/test-results/*/TEST-*.xml'
124124
check_retries: true
125125

0 commit comments

Comments
 (0)