File tree Expand file tree Collapse file tree 5 files changed +13
-36
lines changed Expand file tree Collapse file tree 5 files changed +13
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 28
28
# Disabling shallow clone is recommended for improving relevancy of reporting
29
29
fetch-depth : 0
30
30
31
- - name : Set up JDK 21 ⚙️
31
+ - name : Setup Java 21 ⚙️
32
32
uses : actions/setup-java@v4
33
33
with :
34
34
java-version : ' 21'
83
83
# Disabling shallow clone is recommended for improving relevancy of reporting
84
84
fetch-depth : 0
85
85
86
- - name : Set up JDK 21 ⚙️
86
+ - name : Setup Java 21 ⚙️
87
87
uses : actions/setup-java@v4
88
88
with :
89
89
java-version : ' 21'
@@ -137,7 +137,7 @@ jobs:
137
137
# Disabling shallow clone is recommended for improving relevancy of reporting
138
138
fetch-depth : 0
139
139
140
- - name : Set up JDK 21 ⚙️
140
+ - name : Setup Java 21 ⚙️
141
141
uses : actions/setup-java@v4
142
142
with :
143
143
java-version : ' 21'
@@ -192,7 +192,7 @@ jobs:
192
192
# Disabling shallow clone is recommended for improving relevancy of reporting
193
193
fetch-depth : 0
194
194
195
- - name : Set up JDK 21 ⚙️
195
+ - name : Setup Java 21 ⚙️
196
196
uses : actions/setup-java@v4
197
197
with :
198
198
java-version : ' 21'
Original file line number Diff line number Diff line change 20
20
# Disabling shallow clone is recommended for improving relevancy of reporting
21
21
fetch-depth : 0
22
22
23
- - name : Setup Java 17 ⚙️
23
+ - name : Setup Java 21 ⚙️
24
24
uses : actions/setup-java@v4
25
25
with :
26
26
java-version : ' 21'
47
47
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
48
48
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
49
49
50
- - name : Archive build and test reports 🗃️
51
- uses : actions/upload-artifact@v4
52
- if : success() || failure ()
50
+ - name : Publish Test Results 🚦
51
+ uses : EnricoMi/publish-unit-test-result-action@v2
52
+ if : always ()
53
53
with :
54
- name : test-results
55
- path : ./**/build/test-results/test/*.xml
56
- retention-days : 7
54
+ files : |
55
+ build/test-results/test/*.xml
Original file line number Diff line number Diff line change 21
21
# Disabling shallow clone is recommended for improving relevancy of reporting
22
22
fetch-depth : 0
23
23
24
- - name : Setup Java 17 ⚙️
24
+ - name : Setup Java 21 ⚙️
25
25
uses : actions/setup-java@v4
26
26
with :
27
27
java-version : ' 21'
89
89
# Disabling shallow clone is recommended for improving relevancy of reporting
90
90
fetch-depth : 0
91
91
92
- - name : Setup Java 17 ⚙️
92
+ - name : Setup Java 21 ⚙️
93
93
uses : actions/setup-java@v4
94
94
with :
95
95
java-version : ' 21'
@@ -146,7 +146,7 @@ jobs:
146
146
# Disabling shallow clone is recommended for improving relevancy of reporting
147
147
fetch-depth : 0
148
148
149
- - name : Setup Java 17 ⚙️
149
+ - name : Setup Java 21 ⚙️
150
150
uses : actions/setup-java@v4
151
151
with :
152
152
java-version : ' 21'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments