Skip to content

Commit

Permalink
set DB vars
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomoscardini01 committed Dec 16, 2024
1 parent 5eb5fe1 commit 6177935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6177935

Please sign in to comment.