Skip to content

Commit

Permalink
test sync issues
Browse files Browse the repository at this point in the history
  • Loading branch information
niklastheman committed Feb 28, 2024
1 parent 8ac4385 commit dc186a3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .ci/tests/examples/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ pushd "examples/$example"
docker-compose \
-f ../../docker-compose.yaml \
-f docker-compose.override.yaml \
up -d --build
up -d --build mongo minio

sleep 10

docker-compose \
-f ../../docker-compose.yaml \
-f docker-compose.override.yaml \
up -d --build api-server combiner client

>&2 echo "Wait for reducer to start"
".$example/bin/python" ../../.ci/tests/examples/wait_for.py reducer
Expand Down

0 comments on commit dc186a3

Please sign in to comment.