mirror of
https://github.com/penpot/penpot.git
synced 2026-05-26 02:13:46 +00:00
🔧 Change the path to the cache directories in the custom runner
This commit is contained in:
parent
f3053fc844
commit
d574ec4ed2
44
.github/workflows/tests.yml
vendored
44
.github/workflows/tests.yml
vendored
@ -27,8 +27,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: penpotapp/devenv:latest
|
image: penpotapp/devenv:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/.m2:/root/.m2
|
- /var/cache/github-runner/m2:/root/.m2
|
||||||
- /tmp/.gitlibs:/root/.gitlibs
|
- /var/cache/github-runner/gitlib:/root/.gitlibs
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@ -91,8 +91,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: penpotapp/devenv:latest
|
image: penpotapp/devenv:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/.m2:/root/.m2
|
- /var/cache/github-runner/m2:/root/.m2
|
||||||
- /tmp/.gitlibs:/root/.gitlibs
|
- /var/cache/github-runner/gitlib:/root/.gitlibs
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@ -110,8 +110,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: penpotapp/devenv:latest
|
image: penpotapp/devenv:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/.m2:/root/.m2
|
- /var/cache/github-runner/m2:/root/.m2
|
||||||
- /tmp/.gitlibs:/root/.gitlibs
|
- /var/cache/github-runner/gitlib:/root/.gitlibs
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
@ -165,8 +165,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: penpotapp/devenv:latest
|
image: penpotapp/devenv:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/.m2:/root/.m2
|
- /var/cache/github-runner/m2:/root/.m2
|
||||||
- /tmp/.gitlibs:/root/.gitlibs
|
- /var/cache/github-runner/gitlib:/root/.gitlibs
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@ -191,8 +191,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: penpotapp/devenv:latest
|
image: penpotapp/devenv:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/.m2:/root/.m2
|
- /var/cache/github-runner/m2:/root/.m2
|
||||||
- /tmp/.gitlibs:/root/.gitlibs
|
- /var/cache/github-runner/gitlib:/root/.gitlibs
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@ -220,8 +220,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: penpotapp/devenv:latest
|
image: penpotapp/devenv:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/.m2:/root/.m2
|
- /var/cache/github-runner/m2:/root/.m2
|
||||||
- /tmp/.gitlibs:/root/.gitlibs
|
- /var/cache/github-runner/gitlib:/root/.gitlibs
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
@ -264,8 +264,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: penpotapp/devenv:latest
|
image: penpotapp/devenv:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/.m2:/root/.m2
|
- /var/cache/github-runner/m2:/root/.m2
|
||||||
- /tmp/.gitlibs:/root/.gitlibs
|
- /var/cache/github-runner/gitlib:/root/.gitlibs
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@ -283,8 +283,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: penpotapp/devenv:latest
|
image: penpotapp/devenv:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/.m2:/root/.m2
|
- /var/cache/github-runner/m2:/root/.m2
|
||||||
- /tmp/.gitlibs:/root/.gitlibs
|
- /var/cache/github-runner/gitlib:/root/.gitlibs
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@ -308,8 +308,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: penpotapp/devenv:latest
|
image: penpotapp/devenv:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/.m2:/root/.m2
|
- /var/cache/github-runner/m2:/root/.m2
|
||||||
- /tmp/.gitlibs:/root/.gitlibs
|
- /var/cache/github-runner/gitlib:/root/.gitlibs
|
||||||
|
|
||||||
needs: build-integration
|
needs: build-integration
|
||||||
|
|
||||||
@ -344,8 +344,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: penpotapp/devenv:latest
|
image: penpotapp/devenv:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/.m2:/root/.m2
|
- /var/cache/github-runner/m2:/root/.m2
|
||||||
- /tmp/.gitlibs:/root/.gitlibs
|
- /var/cache/github-runner/gitlib:/root/.gitlibs
|
||||||
|
|
||||||
needs: build-integration
|
needs: build-integration
|
||||||
|
|
||||||
@ -380,8 +380,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: penpotapp/devenv:latest
|
image: penpotapp/devenv:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/.m2:/root/.m2
|
- /var/cache/github-runner/m2:/root/.m2
|
||||||
- /tmp/.gitlibs:/root/.gitlibs
|
- /var/cache/github-runner/gitlib:/root/.gitlibs
|
||||||
|
|
||||||
needs: build-integration
|
needs: build-integration
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user