Skip to content

Commit 4f3cfd2

Browse files
committed
java ci update
1 parent a89ed37 commit 4f3cfd2

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 -DskipTests=true -B package --file pom.xml
27+
run: mvn clean -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 -DskipTests=true -B package --file pom.xml
31+
run: mvn clean -B package --file pom.xml
3232

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

0 commit comments

Comments
 (0)