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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new ee5505f2 Try once more
ee5505f2 is described below

commit ee5505f207f538f66f032f2cf4c6a990fc87408b
Author: Sebb <[email protected]>
AuthorDate: Tue May 7 01:24:32 2024 +0100

    Try once more
---
 .github/workflows/maven_adhoc.yml | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/maven_adhoc.yml 
b/.github/workflows/maven_adhoc.yml
index f5c83a51..ddc0371d 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -23,12 +23,16 @@ permissions:
 jobs:
   build:
     timeout-minutes: 7
+    continue-on-error: true
+    strategy:
+      matrix:
+        tag: [ HEAD, rel/commons-net-3.10.0, rel/commons-net-3.9.0 ]
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
       with:
         persist-credentials: false
-        fetch-depth: 0
+        ref: ${{ tag }}
     - name: Set up JDK
       uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # 
v4.2.1
       with:
@@ -62,13 +66,6 @@ jobs:
 
         }
         EOD
-        # Try to stop git complaints
-        echo "FTPTimestampNET710Test.java" >>.gitignore
-        echo ".gitignore" >>.gitignore
-        mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=FTPTimestampNET710Test -Drat.skip
-        git checkout rel/commons-net-3.10.0
-        mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=FTPTimestampNET710Test -Drat.skip
-        git checkout rel/commons-net-3.9.0
         mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=FTPTimestampNET710Test -Drat.skip
     # - name: Look for deletefile failures
     #   run: |

Reply via email to