Skip to content

Commit de29b5d

Browse files
[Maintenance][CI] Add container validation
1 parent 6d46a1c commit de29b5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,10 @@ jobs:
227227
name: Prepare test application cache
228228
run: (cd tests/Application && bin/console cache:warmup -vvv)
229229

230+
-
231+
name: Validate container
232+
run: (cd tests/Application && bin/console lint:container -vvv)
233+
230234
-
231235
name: Load fixtures in test application
232236
run: (cd tests/Application && bin/console sylius:fixtures:load -n)

0 commit comments

Comments
 (0)