Skip to content

Commit dd07381

Browse files
authored
Update build-main.yml
1 parent c673d6a commit dd07381

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build-main.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, windows-latest]
12+
os: [ubuntu-latest]
1313

1414
runs-on: ${{ matrix.os }}
1515
steps:
@@ -44,12 +44,9 @@ jobs:
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:

0 commit comments

Comments
 (0)