Skip to content

Commit 8a1b156

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,9 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
kind: [maven, gradle]
51-
# Test on the latest Java version once Gradle & Maven support it.
52-
jre: [17, 21, 24]
51+
jre: [17, 21, 24] # Test on the latest Java version once Gradle & Maven support it.
5352
os: [ubuntu-latest, windows-latest]
54-
include:
55-
# npm on linux only (crazy slow on windows)
53+
include: # npm on linux only (crazy slow on windows)
5654
- kind: npm
5755
jre: 17
5856
os: ubuntu-latest

0 commit comments

Comments
 (0)