diff --git a/.github/workflows/include-static-analysis.yml b/.github/workflows/include-static-analysis.yml index 521352d94d..133ee7b6b1 100644 --- a/.github/workflows/include-static-analysis.yml +++ b/.github/workflows/include-static-analysis.yml @@ -60,20 +60,22 @@ jobs: with: name: gradle-plugin-${{ inputs.version-label }} path: ./packages/build/m2-buildrepo + - name: Print the final result shell: bash run: | - value=`ls /home/runner/work/realm-kotlin/realm-kotlin/packages/build/m2-buildrepo/io/realm/kotlin/gradle-plugin/2.1.0-SNAPSHOT/maven-metadata.xml` + value=`ls /home/runner/work/realm-kotlin/realm-kotlin/packages/build/m2-buildrepo/io/realm/kotlin/gradle-plugin/2.1.0-SNAPSHOT/` echo contents: $value - name: Checkout code uses: actions/checkout@v4 + with: + submodules: "recursive" - name: Setup Gradle and task/dependency caching - if: steps.gradle-plugin-cache.outputs.cache-hit != 'true' uses: gradle/actions/setup-gradle@v3 with: - cache-read-only: false # TODO How to configure caching here? + cache-read-only: false - name: Register problem matchers run: |-