Skip to content

Commit c65d12e

Browse files
committed
Update build script
1 parent 2983ff2 commit c65d12e

File tree

5 files changed

+13
-36
lines changed

5 files changed

+13
-36
lines changed

.github/version-drafter.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Disabling shallow clone is recommended for improving relevancy of reporting
2929
fetch-depth: 0
3030

31-
- name: Set up JDK 21 ⚙️
31+
- name: Setup Java 21 ⚙️
3232
uses: actions/setup-java@v4
3333
with:
3434
java-version: '21'
@@ -83,7 +83,7 @@ jobs:
8383
# Disabling shallow clone is recommended for improving relevancy of reporting
8484
fetch-depth: 0
8585

86-
- name: Set up JDK 21 ⚙️
86+
- name: Setup Java 21 ⚙️
8787
uses: actions/setup-java@v4
8888
with:
8989
java-version: '21'
@@ -137,7 +137,7 @@ jobs:
137137
# Disabling shallow clone is recommended for improving relevancy of reporting
138138
fetch-depth: 0
139139

140-
- name: Set up JDK 21 ⚙️
140+
- name: Setup Java 21 ⚙️
141141
uses: actions/setup-java@v4
142142
with:
143143
java-version: '21'
@@ -192,7 +192,7 @@ jobs:
192192
# Disabling shallow clone is recommended for improving relevancy of reporting
193193
fetch-depth: 0
194194

195-
- name: Set up JDK 21 ⚙️
195+
- name: Setup Java 21 ⚙️
196196
uses: actions/setup-java@v4
197197
with:
198198
java-version: '21'

.github/workflows/pr-check.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Disabling shallow clone is recommended for improving relevancy of reporting
2121
fetch-depth: 0
2222

23-
- name: Setup Java 17 ⚙️
23+
- name: Setup Java 21 ⚙️
2424
uses: actions/setup-java@v4
2525
with:
2626
java-version: '21'
@@ -47,10 +47,9 @@ jobs:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4949

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()
5353
with:
54-
name: test-results
55-
path: ./**/build/test-results/test/*.xml
56-
retention-days: 7
54+
files: |
55+
build/test-results/test/*.xml

.github/workflows/publish-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Disabling shallow clone is recommended for improving relevancy of reporting
2222
fetch-depth: 0
2323

24-
- name: Setup Java 17 ⚙️
24+
- name: Setup Java 21 ⚙️
2525
uses: actions/setup-java@v4
2626
with:
2727
java-version: '21'
@@ -89,7 +89,7 @@ jobs:
8989
# Disabling shallow clone is recommended for improving relevancy of reporting
9090
fetch-depth: 0
9191

92-
- name: Setup Java 17 ⚙️
92+
- name: Setup Java 21 ⚙️
9393
uses: actions/setup-java@v4
9494
with:
9595
java-version: '21'
@@ -146,7 +146,7 @@ jobs:
146146
# Disabling shallow clone is recommended for improving relevancy of reporting
147147
fetch-depth: 0
148148

149-
- name: Setup Java 17 ⚙️
149+
- name: Setup Java 21 ⚙️
150150
uses: actions/setup-java@v4
151151
with:
152152
java-version: '21'

.github/workflows/test-report.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)