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

tibordigana pushed a commit to branch tibor17-gh-workflows-path
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/tibor17-gh-workflows-path by 
this push:
     new bb8c5df23 excluded WAR - ITs in Fasilsafe module
bb8c5df23 is described below

commit bb8c5df23d8f52df30bc705f36c16d755e7239c1
Author: tibor17 <[email protected]>
AuthorDate: Mon Nov 10 19:07:40 2025 +0100

    excluded WAR - ITs in Fasilsafe module
---
 .github/workflows/maven-verify.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index bd73eb43c..944f09f6a 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -38,6 +38,7 @@ jobs:
         !**/*.java
         !**/*.class
         !**/*.jar
+        !**/*.war
         !**/*.tar.gz
         !**/*.tgz
         !**/*.zip

Reply via email to