Skip to content

Commit

Permalink
Merge branch 'mariadb' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Jun 21, 2023
2 parents d2e2c29 + 6885699 commit d06b02a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:
mariadb:
image: mariadb
env:
MARIADB_MYSQL_LOCALHOST_USER: 1
MARIADB_MYSQL_LOCALHOST_GRANTS: USAGE
MYSQL_DATABASE: framework-tests
MYSQL_ROOT_PASSWORD: password
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
options: --health-cmd="healthcheck.sh --su-mysql --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3

memcached:
image: memcached
Expand Down Expand Up @@ -94,11 +96,13 @@ jobs:
mariadb:
image: mariadb
env:
MARIADB_MYSQL_LOCALHOST_USER: 1
MARIADB_MYSQL_LOCALHOST_GRANTS: USAGE
MYSQL_DATABASE: framework-tests
MYSQL_ROOT_PASSWORD: password
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
options: --health-cmd="healthcheck.sh --su-mysql --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3

memcached:
image: memcached
Expand Down

0 comments on commit d06b02a

Please sign in to comment.