Skip to content

Commit

Permalink
Allow checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed May 6, 2024
1 parent 01d1f94 commit 1784389
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven_adhoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1784389

Please sign in to comment.