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 17843892 Allow checkout
17843892 is described below
commit 178438927a586dd32e301f710ee4c1ce56730edc
Author: Sebb <[email protected]>
AuthorDate: Tue May 7 00:51:16 2024 +0100
Allow checkout
---
.github/workflows/maven_adhoc.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/maven_adhoc.yml
b/.github/workflows/maven_adhoc.yml
index 7f17fd01..0fc7bfc6 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -65,6 +65,10 @@ jobs:
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 stash -u
+ git checkout rel/commons-net-3.9.0
+ git stash pop
+ mvn -V --batch-mode --file pom.xml --no-transfer-progress test
-Dtest=FTPTimestampNET710Test -Drat.skip
# - name: Look for deletefile failures
# run: |
# mvn -V --batch-mode --file pom.xml --no-transfer-progress test
-Dtest=TFTPServerPathTest