Skip to content

Commit

Permalink
fix(integration tests): mount diracx-services in init-db container
Browse files Browse the repository at this point in the history
  • Loading branch information
aldbr committed Dec 20, 2024
1 parent ddf4621 commit 32d6227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@ def _gen_docker_compose(modules, *, diracx_dist_dir=None):
"dirac-server",
"diracx-init-cs",
"diracx-wait-for-db",
"diracx-init-db",
"diracx",
]:
docker_compose["services"][container_name]["volumes"].append(f"{diracx_dist_dir}:/diracx_sources")
Expand Down

0 comments on commit 32d6227

Please sign in to comment.