diff --git a/.github/workflows/test-kotlin-samples.yml b/.github/workflows/test-kotlin-samples.yml index d28115c..fcf48a7 100644 --- a/.github/workflows/test-kotlin-samples.yml +++ b/.github/workflows/test-kotlin-samples.yml @@ -25,7 +25,7 @@ jobs: distribution: 'adopt' - name: Clean target folder working-directory: ${{ matrix.dir }} - run: mvn clean + run: mvn -e clean - name: Unpack APDFL from Maven Central working-directory: ${{ matrix.dir }} - run: mvn process-resources + run: mvn -e process-resources