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

rmaucher pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/tomcat-maven-plugin.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a2f748f  Simplify for now
a2f748f is described below

commit a2f748f8973b4dee97082eb14e656867a1e1043a
Author: remm <[email protected]>
AuthorDate: Fri Apr 17 23:22:28 2026 +0200

    Simplify for now
    
    But the add opens will be missing.
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f7dcb35..78983bf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
         distribution: zulu
     - name: Build
       run: |
-        mvn clean install failsafe:integration-test
+        mvn clean install
 
     - name: Upload logs
       if: ${{ !cancelled() }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to