Skip to content

Commit a835654

Browse files
committed
gh fix - remove backend/app volume mount
1 parent 8bca82c commit a835654

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
yq eval '.services.backend.environment += ["MONGO_ROOT_PASSWORD=rootpassword"]' -i docker-compose.ci.yaml
8282
# Disable OpenTelemetry SDK during tests to avoid exporter retries
8383
yq eval '.services.backend.environment += ["OTEL_SDK_DISABLED=true"]' -i docker-compose.ci.yaml
84+
# Remove ./backend:/app volume mount - CI doesn't need hot-reload and it creates .venv permission conflicts
85+
yq eval '.services.backend.volumes = [.services.backend.volumes[] | select(. != "./backend:/app")]' -i docker-compose.ci.yaml
8486
8587
# MongoDB service already has defaults in docker-compose.yaml (root/rootpassword)
8688
# No need to override them

0 commit comments

Comments
 (0)