Skip to content

Commit

Permalink
See if can provoke the occasional fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Feb 13, 2024
1 parent 3c817af commit 82af2d7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/maven_adhoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ jobs:
with:
distribution: 'temurin'
java-version: 8
- name: Build with Maven
run: mvn -V --batch-mode --file pom.xml --no-transfer-progress -Dtest=MainTest
- name: Test exec function
- name: Look for deletefile failures
run: |
mvn -q exec:java
mvn -q exec:java -D"exec.arguments=FTPClientExample"
mvn -V --batch-mode --file pom.xml --no-transfer-progress -Dtest=TFTPServerPathTest
mvn -V --batch-mode --file pom.xml --no-transfer-progress -Dtest=TFTPServerPathTest
mvn -V --batch-mode --file pom.xml --no-transfer-progress -Dtest=TFTPServerPathTest
mvn -V --batch-mode --file pom.xml --no-transfer-progress -Dtest=TFTPServerPathTest
# - name: Test exec function
# run: |
# mvn -q exec:java
# mvn -q exec:java -D"exec.arguments=FTPClientExample"

0 comments on commit 82af2d7

Please sign in to comment.