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 c49e6c4 commit 5059700Copy full SHA for 5059700
1 file changed
.github/workflows/full-build.yml
@@ -9,11 +9,9 @@ jobs:
9
matrix:
10
os: [ubuntu-latest, windows-latest, macos-latest]
11
java-version: [21]
12
-
13
include:
14
- os: ubuntu-latest
15
java-version: 24
16
17
steps:
18
- name: Checkout
19
uses: actions/checkout@v5
@@ -29,9 +27,9 @@ jobs:
29
27
BUILD_PORT: 0
30
28
BUILD_SECURE_PORT: 0
31
BUILD_LOG_LEVEL: 'ERROR'
32
- - name: Test Result
+ - name: Tests
33
uses: mikepenz/action-junit-report@v5
34
- if: always()
+ if: failure()
35
with:
36
- check_name: JUnit ${{ matrix.kind }} ${{ matrix.java-version }} ${{ matrix.os }}
+ check_name: Test ${{ matrix.os }} ${{ matrix.java-version }}
37
report_paths: '*/target/*/TEST-*.xml'
0 commit comments