This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mapping.git

commit b7b24f8ab0b498dd869057cad2a372959f6c326a
Author: Gerd Aschemann <g...@aschemann.net>
AuthorDate: Sun Jan 12 13:23:02 2025 +0100

    [MSHARED-1463] Only run `verify` by default (no ITs)
---
 .github/workflows/maven-verify.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 4e6e210..15afb42 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -31,4 +31,4 @@ jobs:
       jdk-matrix: '[ "21" ]'
       maven-matrix: '[ "3.9.9", "4.0.0-rc-2" ]'
       verify-fail-fast: false
-
+      verify-goal: 'verify'

Reply via email to