Skip to content

Commit

Permalink
Update MySQL database name in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FeloxleF committed Mar 16, 2024
1 parent e0e86b7 commit 92520a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
image: mysql:8.0.31
env:
MYSQL_ROOT_PASSWORD: root # Remplacez ceci par votre mot de passe root MySQL
MYSQL_DATABASE: test_activmind # Remplacez ceci par le nom de votre base de données
MYSQL_DATABASE: activmind # Remplacez ceci par le nom de votre base de données
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
max-parallel: 4
Expand Down

0 comments on commit 92520a2

Please sign in to comment.