Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: mehul gautam <[email protected]>
  • Loading branch information
hellspawn679 committed Jun 19, 2024
1 parent eda16cd commit 0b190ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/spm-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,13 @@ check_spm(){

# Function to tear down Docker Compose services
teardown_services() {
(cd docker-compose/monitor && make clean-all)
docker compose -f docker-compose/monitor/docker-compose.yml down
}

# Main function
main() {
(cd docker-compose/monitor && make dev)
export JAEGER_IMAGE_TAG=dev
docker compose -f docker-compose/monitor/docker-compose.yml up -d
wait_for_services
check_spm
echo "All services are running correctly"
Expand Down

0 comments on commit 0b190ae

Please sign in to comment.