ci: run each test individually (fix fix) (#28109)
This commit is contained in:
parent
1ac43e20b2
commit
98301e7513
1 changed files with 3 additions and 3 deletions
6
.github/workflows/run-indinvidual-tests.yml
vendored
6
.github/workflows/run-indinvidual-tests.yml
vendored
|
|
@ -60,12 +60,12 @@ jobs:
|
|||
|
||||
services:
|
||||
mysql:
|
||||
image: mariadb:10.6
|
||||
image: mariadb:11.3
|
||||
env:
|
||||
MARIADB_ROOT_PASSWORD: 'root'
|
||||
MARIADB_ROOT_PASSWORD: travis
|
||||
ports:
|
||||
- 3306:3306
|
||||
options: --health-cmd="mariadb-admin ping" --health-interval=5s --health-timeout=2s --health-retries=3
|
||||
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=5s --health-timeout=2s --health-retries=3
|
||||
|
||||
steps:
|
||||
- name: Clone
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue