Skip to content

Commit cb3ab1b

Browse files
authored
Update maven.yml
1 parent 48ae2ab commit cb3ab1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: Set up JDK 18
19+
- name: Set up JDK 11 Amazon Corretto
2020
uses: actions/setup-java@v3
2121
with:
2222
java-version: '11'
2323
distribution: 'corretto'
2424
cache: maven
2525
- name: Build with Maven
2626
run: mvn -B package --file pom.xml
27-
- name: Test with Maven
28-
run: mvn test
27+
- name: Publish Test Report
28+
uses: mikepenz/action-junit-report@v3
2929

0 commit comments

Comments
 (0)