Skip to content

Commit ebb3eb1

Browse files
committed
Add lost mvn option in a previous commit
1 parent 3f77058 commit ebb3eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
java-version: ${{ matrix.jdk }}
3939
distribution: temurin
4040
- name: Run tests
41-
run: mvn -s .github/maven-ci-settings.xml clean verify -B -DskipDefault -P ${{ matrix.profile }}
41+
run: mvn -s .github/maven-ci-settings.xml -q clean verify -B -DskipDefault -P ${{ matrix.profile }}
4242
Deploy:
4343
name: Deploy to OSSRH
4444
if: ${{ github.repository_owner == 'eclipse-vertx' && (github.event_name == 'push' || github.event_name == 'schedule') }}

0 commit comments

Comments
 (0)