We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c73a1 commit 9750871Copy full SHA for 9750871
.env.test
@@ -4,3 +4,4 @@ APP_SECRET='$ecretf0rt3st'
4
SYMFONY_DEPRECATIONS_HELPER=999999
5
PANTHER_APP_ENV=panther
6
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
7
+DATABASE_URL=mysql://root:@localhost:3306/certification?serverVersion=8.3
.github/workflows/symfony.yml
@@ -18,7 +18,7 @@ jobs:
18
matrix:
19
php-version: ['8.2'] # Matrice avec plusieurs versions de PHP
20
services:
21
- db_certification: # Utiliser le nom du service tel qu'il est dans docker-compose
+ db: # Utiliser le nom du service tel qu'il est dans docker-compose
22
image: mysql:5.7
23
env:
24
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
0 commit comments