Skip to content

Commit

Permalink
Add CI target-folder cleanup stage to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Jan 17, 2024
1 parent b916163 commit 835835b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-kotlin-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ jobs:
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: 'adopt'
- name: Clean target folder
working-directory: ${{ matrix.dir }}
run: mvn clean

0 comments on commit 835835b

Please sign in to comment.