We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f77058 commit ebb3eb1Copy full SHA for ebb3eb1
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
java-version: ${{ matrix.jdk }}
39
distribution: temurin
40
- name: Run tests
41
- run: mvn -s .github/maven-ci-settings.xml clean verify -B -DskipDefault -P ${{ matrix.profile }}
+ run: mvn -s .github/maven-ci-settings.xml -q clean verify -B -DskipDefault -P ${{ matrix.profile }}
42
Deploy:
43
name: Deploy to OSSRH
44
if: ${{ github.repository_owner == 'eclipse-vertx' && (github.event_name == 'push' || github.event_name == 'schedule') }}
0 commit comments