We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e566fef commit d8055efCopy full SHA for d8055ef
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Checkout 📥
69
uses: actions/checkout@v6
70
71
- - name: Setup Java ☕
+ - name: Setup Java ☕️
72
uses: actions/setup-java@v5
73
with:
74
distribution: "temurin"
@@ -119,7 +119,7 @@ jobs:
119
uses: mikepenz/action-junit-report@v6
120
if: always() # always run even if the previous step fails
121
122
- check_name: JUnit ${{ matrix.kind }} ${{ matrix.jre }} ${{ matrix.os }}
+ check_name: JUnit (Build 🏗 ${{ matrix.kind }}️, Java ☕️ ${{ matrix.jre }}, OS 💿 ${{ matrix.os }})
123
report_paths: '*/build/test-results/*/TEST-*.xml'
124
check_retries: true
125
0 commit comments