We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89ed37 commit 4f3cfd2Copy full SHA for 4f3cfd2
.github/workflows/java-ci.yml
@@ -24,11 +24,11 @@ jobs:
24
25
- name: Build with Maven for Path Manipulation while File Upload
26
working-directory: ${{ env.working-directory-fileupload }}
27
- run: mvn clean -DskipTests=true -B package --file pom.xml
+ run: mvn clean -B package --file pom.xml
28
29
- name: Build with Maven for Path Manipulation while File Read
30
working-directory: ${{ env.working-directory-fileread }}
31
32
33
# - name: Run tests
34
# run: mvn test
0 commit comments