Skip to content

Commit 8b2561a

Browse files
author
mthinon
committed
update CI CD
1 parent 4e731e7 commit 8b2561a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/symfony.yml

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
restore-keys: |
5050
${{ runner.os }}-php-${{ matrix.php-version }}-
5151
52+
- name: Run Doctrine Migrations
53+
run: php bin/console doctrine:database:create --env=test --no-interaction
54+
5255
- name: Run Doctrine Migrations
5356
run: php bin/console doctrine:migrations:migrate --env=test --no-interaction
5457

0 commit comments

Comments
 (0)