diff --git a/.github/workflows/test-kotlin-samples.yml b/.github/workflows/test-kotlin-samples.yml index 835505d..cde8bc9 100644 --- a/.github/workflows/test-kotlin-samples.yml +++ b/.github/workflows/test-kotlin-samples.yml @@ -23,3 +23,6 @@ jobs: with: java-version: ${{ env.JAVA_VERSION }} distribution: 'adopt' + - name: Clean target folder + working-directory: ${{ matrix.dir }} + run: mvn clean