Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
clementetb committed Jun 7, 2024
1 parent fed52ca commit c0c4ec9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/include-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down

0 comments on commit c0c4ec9

Please sign in to comment.