File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4646 strategy :
4747 fail-fast : false
4848 matrix :
49- java : [ 11 ]
49+ java : [ 8, 11 ]
5050 steps :
5151 - uses : actions/checkout@v2
5252 - name : Set up JDK
9090 - name : Maven Install with Code Coverage
9191 if : matrix.os != 'windows' && startsWith(matrix.java, '8')
9292 run : mvn -B clean install -D enable-ci --file pom.xml
93+ - name : Codecov Report
94+ if : matrix.os != 'windows' && startsWith(matrix.java, '8')
95+ 9396 # JDK 11+
9497 - name : Maven Install without Code Coverage
9598 if : matrix.os == 'windows' && !startsWith(matrix.java, '8')
@@ -101,6 +104,3 @@ jobs:
101104 env :
102105 MAVEN_OPTS : ${{ env.JAVA_11_PLUS_MAVEN_OPTS }}
103106 run : mvn -B clean install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
104- - name : Codecov Report
105- if : matrix.os != 'windows' && startsWith(matrix.java, '11')
106-
You can’t perform that action at this time.
0 commit comments