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 d18aacb1 Allow checkout
d18aacb1 is described below

commit d18aacb1aa6b2d8aa7e3ddbb45887d2c57464a54
Author: Sebb <s...@apache.org>
AuthorDate: Tue May 7 00:54:07 2024 +0100

    Allow checkout
---
 .github/workflows/maven_adhoc.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/maven_adhoc.yml 
b/.github/workflows/maven_adhoc.yml
index 0fc7bfc6..d8240b53 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -63,7 +63,9 @@ jobs:
         }
         EOD
         mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=FTPTimestampNET710Test -Drat.skip
+        git stash -u
         git checkout rel/commons-net-3.10.0
+        git stash pop
         mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=FTPTimestampNET710Test -Drat.skip
         git stash -u
         git checkout rel/commons-net-3.9.0

Reply via email to