Commit 2396f71
fix: use named volume for ClickHouse to avoid permission issues in CI (#916)
The ClickHouse container was using a bind mount (./clickhouse-data) which creates
files with root ownership. When GitHub Actions' setup-python action scans the
workspace for pip caching, it fails with 'permission denied' on the clickhouse-data
directory.
This change switches to a named Docker volume (consistent with postgres and pgadmin),
which keeps the data in Docker's volume storage and avoids the permission issue.
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Yosef Arbiv <yosef.arbiv@gmail.com>1 parent 55a0e39 commit 2396f71
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
0 commit comments