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 2ad39af commit f827a44Copy full SHA for f827a44
.github/workflows/java-ci.yml
@@ -37,3 +37,11 @@ jobs:
37
- name: Run tests for Path Manipulation while File Read
38
working-directory: ${{ env.working-directory-fileread }}
39
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
0 commit comments