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

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


The following commit(s) were added to refs/heads/logretry by this push:
     new 981ba87c Try more times
981ba87c is described below

commit 981ba87c607ffa69d83895d60a96bc7dd84dc88b
Author: Sebb <s...@apache.org>
AuthorDate: Tue Feb 13 13:37:31 2024 +0000

    Try more times
---
 .github/workflows/maven_adhoc.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/maven_adhoc.yml 
b/.github/workflows/maven_adhoc.yml
index 3c81ec22..711e38a3 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -39,6 +39,11 @@ jobs:
         mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=TFTPServerPathTest
         mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=TFTPServerPathTest
         mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=TFTPServerPathTest
+        mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=TFTPServerPathTest
+        mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=TFTPServerPathTest
+        mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=TFTPServerPathTest
+        mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=TFTPServerPathTest
+        mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=TFTPServerPathTest
     # - name: Test exec function
     #   run: |
     #     mvn -q exec:java

Reply via email to