We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb767f commit 883ff19Copy full SHA for 883ff19
.github/workflows/build.yaml
@@ -183,9 +183,13 @@ jobs:
183
vendor/bin/console doctrine:database:create -vvv
184
vendor/bin/console doctrine:migrations:migrate -n -vvv -q
185
186
+ -
187
+ name: Setup messenger transports
188
+ run: vendor/bin/console messenger:setup-transports -vvv
189
+
190
-
191
name: Validate database schema
- run: vendor/bin/console doctrine:schema:validate
192
+ run: vendor/bin/console doctrine:schema:validate -vvv
193
194
195
name: Prepare test application assets
0 commit comments