Skip to content

Commit 13e108c

Browse files
authored
Update java-ci.yml
1 parent 0743efa commit 13e108c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/java-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424

2525
- name: Build with Maven for Path Manipulation while File Upload
2626
working-directory: ${{ env.working-directory-fileupload }}
27-
run: mvn clean -B package --file pom.xml
27+
run: mvn clean -DskipTests=true -B package --file pom.xml
2828

2929
- name: Build with Maven for Path Manipulation while File Read
3030
working-directory: ${{ env.working-directory-fileread }}
31-
run: mvn clean -B package --file pom.xml
31+
run: mvn clean -DskipTests=true -B package --file pom.xml
3232

3333
# - name: Run tests
3434
# run: mvn test

0 commit comments

Comments
 (0)