We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1a723 commit 4909494Copy full SHA for 4909494
apps/ci/test-setup.sh
@@ -7,7 +7,10 @@ cd "$CURPATH/../../"
7
8
export DOCKER_PHP_RESTART=no
9
10
-docker compose up --build -d --wait
+docker compose up --build -d --wait --exit-code-from php || {
11
+ echo "Failed to start the Docker containers. Please check the logs for more details."
12
+ exit 1
13
+}
14
15
# Show the logs
16
docker compose logs php
0 commit comments