mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 12:05:29 -04:00
#661: JUnit test results
This commit is contained in:
parent
4b951c06cc
commit
fea6beb364
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -19,8 +19,13 @@ jobs:
|
|||||||
java-version: ${{ matrix.java }}
|
java-version: ${{ matrix.java }}
|
||||||
java-package: jdk
|
java-package: jdk
|
||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
- name: Test
|
- name: Run Tests
|
||||||
run: mvn test
|
run: mvn test
|
||||||
|
- name: Publish Test Report
|
||||||
|
uses: mikepenz/action-junit-report@v2
|
||||||
|
if: !cancelled()
|
||||||
|
with:
|
||||||
|
report_paths: "**/target/surefire-reports/TEST*.xml"
|
||||||
|
|
||||||
test_oracle:
|
test_oracle:
|
||||||
name: 'test Oracle JDK 8 (KCMS: ${{ matrix.kcms }})'
|
name: 'test Oracle JDK 8 (KCMS: ${{ matrix.kcms }})'
|
||||||
@ -45,8 +50,13 @@ jobs:
|
|||||||
echo "MAVEN_OPTS=-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider" >> $GITHUB_ENV
|
echo "MAVEN_OPTS=-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider" >> $GITHUB_ENV
|
||||||
- name: Display Java version
|
- name: Display Java version
|
||||||
run: java -version
|
run: java -version
|
||||||
- name: Test
|
- name: Run Tests
|
||||||
run: mvn test
|
run: mvn test
|
||||||
|
- name: Publish Test Report
|
||||||
|
uses: mikepenz/action-junit-report@v2
|
||||||
|
if: !cancelled()
|
||||||
|
with:
|
||||||
|
report_paths: "**/target/surefire-reports/TEST*.xml"
|
||||||
|
|
||||||
release:
|
release:
|
||||||
name: Deploy
|
name: Deploy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user