Skip to content

Commit d9f6c18

Browse files
committed
chore: mount the caching folder as ro in test
1 parent 9c88a78 commit d9f6c18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
image: lampepfl/dotty:2024-10-18
8888
options: --cpu-shares 4096
8989
volumes:
90+
- /nfs-cache/.develocity/build-cache/${{ github.event.pull_request.number }}:/root/.sbt/1.0/.develocity/build-cache:ro
9091
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
9192
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
9293
- ${{ github.workspace }}/../../cache/general:/root/.cache

0 commit comments

Comments
 (0)