Skip to content

Commit f827a44

Browse files
committed
java ci update
1 parent 2ad39af commit f827a44

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/java-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@ jobs:
3737
- name: Run tests for Path Manipulation while File Read
3838
working-directory: ${{ env.working-directory-fileread }}
3939
run: mvn test
40+
41+
- name: Clean up for Path Manipulation while File Upload
42+
working-directory: ${{ env.working-directory-fileupload }}
43+
run: mvn clean
44+
45+
- name: Clean up for Path Manipulation while File Read
46+
working-directory: ${{ env.working-directory-fileread }}
47+
run: mvn clean

0 commit comments

Comments
 (0)