Skip to content

Commit 96acfa5

Browse files
committed
Update CI to use docker-compose v2
1 parent 4869eab commit 96acfa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/run-gui-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
# Just in case it's running, we stop the web server.
66
docker compose stop web
77

8-
docker compose up -d db s3
8+
docker compose up --wait --wait-timeout 30 db s3
99

1010
# If we have a .env file, we need to temporarily move it so
1111
# it doesn't make sqlx fail compilation.

0 commit comments

Comments
 (0)