Skip to content

Commit d8eb3c7

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ jobs:
121121
check_name: JUnit (Build 🏗 ${{ matrix.kind }}️, Java ☕️ ${{ matrix.jre }}, OS 💿 ${{ matrix.os }})
122122
report_paths: '*/build/test-results/*/TEST-*.xml'
123123
check_retries: true
124-
125-
# Status check that is required in branch protection rules.
126-
final-status:
124+
final-status: # Status check that is required in branch protection rules.
127125
name: Final Status 🎯
128126
needs:
129127
- sanity-check

0 commit comments

Comments
 (0)