Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 9620615

Browse files
test: Added submodule for mesh-sandbox
1 parent e4c7fd4 commit 9620615

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.gitmodules

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[submodule "src/dotnet-mesh-client"]
2-
# path = src/Shared/dotnet-mesh-client
32
path = src/dotnet-mesh-client
43
url = https://github.com/NHSDigital/dotnet-mesh-client.git
54
branch = main
5+
[submodule "tests/mesh-sandbox"]
6+
path = tests/mesh-sandbox
7+
url = https://github.com/NHSDigital/mesh-sandbox
8+
branch = main

compose.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,9 @@ services:
138138
networks:
139139
- backend
140140

141-
# Clone the mesh sandbox repo so that it is in the same directory as dtos-service-layer
142-
# https://github.com/NHSDigital/mesh-sandbox
143141
mesh-sandbox:
144142
container_name: mesh-sandbox
145-
build: ../mesh-sandbox/
143+
build: tests/mesh-sandbox/
146144
ports:
147145
- "8700:80"
148146
deploy:
@@ -168,9 +166,6 @@ networks:
168166
volumes:
169167
azurite-data:
170168
name: azurite-data
171-
db-data:
172-
name: db-data
173-
driver: local
174169
mesh-config-data:
175170
name: mesh-config-data
176171
driver: local

tests/mesh-sandbox

Submodule mesh-sandbox added at 9282e95

0 commit comments

Comments
 (0)