diff --git a/.github/workflows/ci-report.yml b/.github/workflows/ci-report.yml index 368e9b30a..7e1e2562c 100644 --- a/.github/workflows/ci-report.yml +++ b/.github/workflows/ci-report.yml @@ -59,3 +59,5 @@ jobs: with: java-version: 21 distribution: temurin + + diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9af564b86..46182f40e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,3 +97,4 @@ jobs: # https://github.com/actions/cache/blob/main/examples.md#java---maven - name: Set up Maven run: ./mvnw -v +