Skip to content

Commit c9cc7f2

Browse files
committed
ci: add cleanup step to Maven build process
1 parent 49c6fdb commit c9cc7f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
${{ runner.os }}-maven-
3131
- name: Build with Maven
3232
run: mvn clean install -ntp
33+
- name: Clean up
34+
run: mvn clean
3335
generate-template:
3436
needs: example-ci
3537
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)