diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index e7b72b3..4b2bf05 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -64,7 +64,7 @@ jobs: env: MYSQL_ALLOW_EMPTY_PASSWORD: false MYSQL_ROOT_PASSWORD: symfony - MYSQL_DATABASE: symfony + MYSQL_DATABASE: openchurch_test ports: - 3306:3306 options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 --name=mysql