We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4869eab commit 96acfa5Copy full SHA for 96acfa5
dockerfiles/run-gui-tests.sh
@@ -5,7 +5,7 @@ set -e
5
# Just in case it's running, we stop the web server.
6
docker compose stop web
7
8
-docker compose up -d db s3
+docker compose up --wait --wait-timeout 30 db s3
9
10
# If we have a .env file, we need to temporarily move it so
11
# it doesn't make sqlx fail compilation.
0 commit comments