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 9
9
build :
10
10
strategy :
11
11
matrix :
12
- os : [ubuntu-latest, windows-latest ]
12
+ os : [ubuntu-latest]
13
13
14
14
runs-on : ${{ matrix.os }}
15
15
steps :
44
44
restore-keys : |
45
45
${{ runner.os }}-build-${{ env.cache-name }}-
46
46
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
49
47
- name : Build with Maven
50
48
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}}
53
50
54
51
- uses : codecov/codecov-action@v2
55
52
with :
You can’t perform that action at this time.
0 commit comments