File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -228,8 +228,7 @@ jobs:
228
228
# client SSL authentication
229
229
230
230
- run : |
231
- docker-compose -f tests/docker-compose.yml stop postgres_${{ matrix.postgres }}
232
- docker-compose -f tests/docker-compose.yml rm postgres_${{ matrix.postgres }}
231
+ docker-compose -f tests/docker-compose.yml down postgres_${{ matrix.postgres }}
233
232
docker-compose -f tests/docker-compose.yml run -d -p 5432:5432 --name postgres_${{ matrix.postgres }}_client_ssl postgres_${{ matrix.postgres }}_client_ssl
234
233
docker exec postgres_${{ matrix.postgres }}_client_ssl bash -c "until pg_isready; do sleep 1; done"
235
234
@@ -299,8 +298,7 @@ jobs:
299
298
# client SSL authentication
300
299
301
300
- run : |
302
- docker-compose -f tests/docker-compose.yml stop mysql_${{ matrix.mysql }}
303
- docker-compose -f tests/docker-compose.yml rm mysql_${{ matrix.mysql }}
301
+ docker-compose -f tests/docker-compose.yml down mysql_${{ matrix.mysql }}
304
302
docker-compose -f tests/docker-compose.yml run -d -p 3306:3306 mysql_${{ matrix.mysql }}_client_ssl
305
303
sleep 60
306
304
@@ -356,8 +354,7 @@ jobs:
356
354
# client SSL authentication
357
355
358
356
- run : |
359
- docker-compose -f tests/docker-compose.yml stop mariadb_${{ matrix.mariadb }}
360
- docker-compose -f tests/docker-compose.yml rm mariadb_${{ matrix.mariadb }}
357
+ docker-compose -f tests/docker-compose.yml down mariadb_${{ matrix.mariadb }}
361
358
docker-compose -f tests/docker-compose.yml run -d -p 3306:3306 mariadb_${{ matrix.mariadb }}_client_ssl
362
359
sleep 60
363
360
You can’t perform that action at this time.
0 commit comments