File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146 POSTGRES_PASSWORD : password
147147 POSTGRES_DB : alchemy_cms_dummy_test
148148 ports : ["5432:5432"]
149- options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
149+ options : --health-cmd pg_isready --health-interval 1s --health-timeout 1s --health-retries 30
150150 mariadb :
151151 image : mariadb:latest
152152 ports : ["3307:3306"]
@@ -155,7 +155,7 @@ jobs:
155155 MARIADB_PASSWORD : password
156156 MARIADB_DATABASE : alchemy_cms_dummy_test
157157 MARIADB_ROOT_PASSWORD : password
158- options : --health-cmd="mariadb-admin ping" --health-interval=10s --health-timeout=5s --health-retries=5
158+ options : --health-cmd="mariadb-admin ping" --health-interval=1s --health-timeout=1s --health-retries=30
159159 steps :
160160 - uses : actions/checkout@v6
161161 - name : Set up Ruby
You can’t perform that action at this time.
0 commit comments