From 6ebc5e2a5568bfa18cd8e5f00adc040133459358 Mon Sep 17 00:00:00 2001 From: Philipp Schmelter Date: Wed, 2 Oct 2024 20:15:09 +0200 Subject: [PATCH] Added Volume --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ee872d076..262c6e81e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,8 +33,6 @@ jobs: - name: Show current branch run: | git rev-parse --abbrev-ref HEAD - pwd - ls -la build: needs: checkout @@ -42,6 +40,8 @@ jobs: container: image: morpheus99/corretto-gradle options: --user root + volumes: + - /home/runner/work/${{ github.repository }}:/simona steps: - name: Checking Gradle & Java @@ -49,10 +49,10 @@ jobs: java -version && gradle --version - name: Building Project - working-directory: /__w/simona/simona + working-directory: /simona run: | pwd - ls + ls -la gradle clean assemble test: