Skip to content

Commit cebdc98

Browse files
committed
ci: fix
1 parent 5ce186d commit cebdc98

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ jobs:
3838

3939
- name: Execute Java unit tests
4040
env:
41-
MVN_ARGS: '--settings build/.travis.settings.xml'
42-
run: |
43-
build/setMavenVersion.sh
44-
mvn verify -fae -DskipITs $MVN_ARGS
41+
MVN_ARGS: '-B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn'
42+
run: mvn verify -fae -DskipITs $MVN_ARGS
4543

4644
- name: Publish Java code coverage
4745
run: build/publishCodeCoverage.sh

0 commit comments

Comments
 (0)