diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e4b2d49efc..9e2c4b18d9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,8 +27,8 @@ jobs: container: image: penpotapp/devenv:latest volumes: - - /tmp/.m2:/root/.m2 - - /tmp/.gitlibs:/root/.gitlibs + - /var/cache/github-runner/m2:/root/.m2 + - /var/cache/github-runner/gitlib:/root/.gitlibs steps: - name: Checkout repository @@ -91,8 +91,8 @@ jobs: container: image: penpotapp/devenv:latest volumes: - - /tmp/.m2:/root/.m2 - - /tmp/.gitlibs:/root/.gitlibs + - /var/cache/github-runner/m2:/root/.m2 + - /var/cache/github-runner/gitlib:/root/.gitlibs steps: - name: Checkout repository @@ -110,8 +110,8 @@ jobs: container: image: penpotapp/devenv:latest volumes: - - /tmp/.m2:/root/.m2 - - /tmp/.gitlibs:/root/.gitlibs + - /var/cache/github-runner/m2:/root/.m2 + - /var/cache/github-runner/gitlib:/root/.gitlibs steps: - uses: actions/checkout@v6 @@ -165,8 +165,8 @@ jobs: container: image: penpotapp/devenv:latest volumes: - - /tmp/.m2:/root/.m2 - - /tmp/.gitlibs:/root/.gitlibs + - /var/cache/github-runner/m2:/root/.m2 + - /var/cache/github-runner/gitlib:/root/.gitlibs steps: - name: Checkout repository @@ -191,8 +191,8 @@ jobs: container: image: penpotapp/devenv:latest volumes: - - /tmp/.m2:/root/.m2 - - /tmp/.gitlibs:/root/.gitlibs + - /var/cache/github-runner/m2:/root/.m2 + - /var/cache/github-runner/gitlib:/root/.gitlibs steps: - name: Checkout repository @@ -220,8 +220,8 @@ jobs: container: image: penpotapp/devenv:latest volumes: - - /tmp/.m2:/root/.m2 - - /tmp/.gitlibs:/root/.gitlibs + - /var/cache/github-runner/m2:/root/.m2 + - /var/cache/github-runner/gitlib:/root/.gitlibs services: postgres: @@ -264,8 +264,8 @@ jobs: container: image: penpotapp/devenv:latest volumes: - - /tmp/.m2:/root/.m2 - - /tmp/.gitlibs:/root/.gitlibs + - /var/cache/github-runner/m2:/root/.m2 + - /var/cache/github-runner/gitlib:/root/.gitlibs steps: - name: Checkout repository @@ -283,8 +283,8 @@ jobs: container: image: penpotapp/devenv:latest volumes: - - /tmp/.m2:/root/.m2 - - /tmp/.gitlibs:/root/.gitlibs + - /var/cache/github-runner/m2:/root/.m2 + - /var/cache/github-runner/gitlib:/root/.gitlibs steps: - name: Checkout repository @@ -308,8 +308,8 @@ jobs: container: image: penpotapp/devenv:latest volumes: - - /tmp/.m2:/root/.m2 - - /tmp/.gitlibs:/root/.gitlibs + - /var/cache/github-runner/m2:/root/.m2 + - /var/cache/github-runner/gitlib:/root/.gitlibs needs: build-integration @@ -344,8 +344,8 @@ jobs: container: image: penpotapp/devenv:latest volumes: - - /tmp/.m2:/root/.m2 - - /tmp/.gitlibs:/root/.gitlibs + - /var/cache/github-runner/m2:/root/.m2 + - /var/cache/github-runner/gitlib:/root/.gitlibs needs: build-integration @@ -380,8 +380,8 @@ jobs: container: image: penpotapp/devenv:latest volumes: - - /tmp/.m2:/root/.m2 - - /tmp/.gitlibs:/root/.gitlibs + - /var/cache/github-runner/m2:/root/.m2 + - /var/cache/github-runner/gitlib:/root/.gitlibs needs: build-integration