Skip to content

Commit 9750871

Browse files
author
mthinon
committed
update CI CD
1 parent 66c73a1 commit 9750871

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.env.test

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ APP_SECRET='$ecretf0rt3st'
44
SYMFONY_DEPRECATIONS_HELPER=999999
55
PANTHER_APP_ENV=panther
66
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
7+
DATABASE_URL=mysql://root:@localhost:3306/certification?serverVersion=8.3

.github/workflows/symfony.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
php-version: ['8.2'] # Matrice avec plusieurs versions de PHP
2020
services:
21-
db_certification: # Utiliser le nom du service tel qu'il est dans docker-compose
21+
db: # Utiliser le nom du service tel qu'il est dans docker-compose
2222
image: mysql:5.7
2323
env:
2424
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'

0 commit comments

Comments
 (0)