Skip to content

Commit 883ff19

Browse files
[CI] Add messenger transports setup to builds
1 parent 6cb767f commit 883ff19

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,13 @@ jobs:
183183
vendor/bin/console doctrine:database:create -vvv
184184
vendor/bin/console doctrine:migrations:migrate -n -vvv -q
185185
186+
-
187+
name: Setup messenger transports
188+
run: vendor/bin/console messenger:setup-transports -vvv
189+
186190
-
187191
name: Validate database schema
188-
run: vendor/bin/console doctrine:schema:validate
192+
run: vendor/bin/console doctrine:schema:validate -vvv
189193

190194
-
191195
name: Prepare test application assets

0 commit comments

Comments
 (0)