Skip to content

Commit e566fef

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

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
@@ -104,7 +104,7 @@ jobs:
104104
if: matrix.kind == 'shfmt'
105105
run: ./gradlew testShfmt
106106

107-
- name: Test idea 💡
107+
- name: Test IntelliJ IDEA 🧪
108108
if: matrix.kind == 'idea'
109109
run: |
110110
download_link=$(curl https://data.services.jetbrains.com/products/releases\?code\=IIC\&latest\=true\&type\=release | jq -r '.IIC[0].downloads.linux.link')
@@ -115,7 +115,7 @@ jobs:
115115
cd ..
116116
./gradlew testIdea
117117
118-
- name: junit result 📊
118+
- name: Test Results 📊
119119
uses: mikepenz/action-junit-report@v6
120120
if: always() # always run even if the previous step fails
121121
with:

0 commit comments

Comments
 (0)