You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2020/07/18 12:50:04 UTC

[maven-surefire] branch fastqueue updated: [github] "-Dit.test=*Fork*IT"

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

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


The following commit(s) were added to refs/heads/fastqueue by this push:
     new c66ec67  [github] "-Dit.test=*Fork*IT"
c66ec67 is described below

commit c66ec67605d332e1574e51fa0e97ea450c7f33e9
Author: tibordigana <ti...@apache.org>
AuthorDate: Sat Jul 18 14:49:55 2020 +0200

    [github] "-Dit.test=*Fork*IT"
---
 .github/workflows/maven-windows-it1.yml | 2 +-
 .github/workflows/maven-windows-it2.yml | 2 +-
 .github/workflows/maven.yml             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven-windows-it1.yml b/.github/workflows/maven-windows-it1.yml
index af025c0..a21a195 100644
--- a/.github/workflows/maven-windows-it1.yml
+++ b/.github/workflows/maven-windows-it1.yml
@@ -33,7 +33,7 @@ jobs:
           java-version: 14
 
       - name: Build with Maven
-        run: mvn install -e -B -V -nsu --no-transfer-progress -P run-its "-Dit.test=ForkModeMultiModuleIT"
+        run: mvn install -e -B -V -nsu --no-transfer-progress -P run-its "-Dit.test=*Fork*IT"
 
       - name: 'Upload artifact surefire-its'
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/maven-windows-it2.yml b/.github/workflows/maven-windows-it2.yml
index 5761abe..f0deeae 100644
--- a/.github/workflows/maven-windows-it2.yml
+++ b/.github/workflows/maven-windows-it2.yml
@@ -36,7 +36,7 @@ jobs:
         run: mvn install -e -B -V -nsu --no-transfer-progress -DskipTests
 
       - name: Build with Maven without Unit Tests
-        run: mvn install -e -B -V -nsu --no-transfer-progress -rf :surefire-its -P run-its "-Dit.test=ForkModeMultiModuleIT"
+        run: mvn install -e -B -V -nsu --no-transfer-progress -rf :surefire-its -P run-its "-Dit.test=*Fork*IT"
 
       - name: 'Upload artifact surefire-its'
         uses: actions/upload-artifact@v2
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 6609ade..fa2ff72 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,7 +45,7 @@ jobs:
           java-version: 14
 
       - name: Build with Maven
-        run: mvn install -e -B -V -nsu --no-transfer-progress -P run-its "-Dit.test=ForkModeMultiModuleIT"
+        run: mvn install -e -B -V -nsu --no-transfer-progress -P run-its "-Dit.test=*Fork*IT"
 
       - name: 'Upload artifact surefire-its'
         uses: actions/upload-artifact@v2