Skip to content

Commit

Permalink
revert tests to previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
niklastheman committed Feb 28, 2024
1 parent ed8229e commit 18d13d0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .ci/tests/examples/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,11 @@ helper="$2"

>&2 echo "Start FEDn"
pushd "examples/$example"
docker-compose \
-f ../../docker-compose.yaml \
-f docker-compose.override.yaml \
up -d --build mongo minio

sleep 10

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

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

0 comments on commit 18d13d0

Please sign in to comment.