Skip to content

Commit

Permalink
ci fix: run e2e tests with available services
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 25, 2024
1 parent 1d46749 commit 51ba84f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e_tests/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ start_docker_compose_for_everest() {

echo "Waiting for services to initialize..."
sleep 120
docker-compose logs mqtt
docker-compose ps
# docker-compose logs mqtt
}

# Function to stop Docker Compose
Expand Down

0 comments on commit 51ba84f

Please sign in to comment.