Skip to content

Commit 1831fdf

Browse files
committed
Fix CI
1 parent 8474b1c commit 1831fdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/fulltest-cypress

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ printf "nameserver %s\noptions ndots:0" "${DNSROUTER_IP}" > "${LOCAL_RESOLVE}"
6060
# bring up all remaining containers, except cypress!
6161
docker-compose up -d --remove-orphans stepca
6262
docker-compose pull db-mysql || true # ok to fail
63+
docker-compose pull db-postgres || true # ok to fail
6364
docker-compose up -d --remove-orphans --pull=never fullstack
6465

6566
# wait for main container to be healthy

0 commit comments

Comments
 (0)