File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 99 build :
1010 strategy :
1111 matrix :
12- os : [ubuntu-latest, windows-latest ]
12+ os : [ubuntu-latest]
1313
1414 runs-on : ${{ matrix.os }}
1515 steps :
4444 restore-keys : |
4545 ${{ runner.os }}-build-${{ env.cache-name }}-
4646
47- # since we also build on Windows Powershell, we need to add a space between -D maven.javadoc.skip=true
48- # otherwise the build will fail https://stackoverflow.com/questions/38051787/maven-javadoc-skip-true-throws-an-error
4947 - name : Build with Maven
5048 run : |
51- mvn -B spring-javaformat:apply --no-transfer-progress
52- mvn -B verify -P coverage --no-transfer-progress -D maven.javadoc.skip=true
49+ mvn -B clean verify -Drevision=${TRAVIS_TAG}}
5350
5451 - uses : codecov/codecov-action@v2
5552 with :
You can’t perform that action at this time.
0 commit comments