We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb5fe1 commit 6177935Copy full SHA for 6177935
.github/workflows/github-actions.yml
@@ -64,7 +64,7 @@ jobs:
64
env:
65
MYSQL_ALLOW_EMPTY_PASSWORD: false
66
MYSQL_ROOT_PASSWORD: symfony
67
- MYSQL_DATABASE: symfony
+ MYSQL_DATABASE: openchurch_test
68
ports:
69
- 3306:3306
70
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 --name=mysql
0 commit comments