diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abd9f5005f..a2cf74b22f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,9 @@ jobs: image: morpheus99/corretto-gradle options: --user root volumes: - - ${{ github.workspace }}:/simona:rw + - type: bind + source: ${{ github.workspace }} + target: /simona steps: - name: Checking Gradle & Java