We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d46a1c commit de29b5dCopy full SHA for de29b5d
.github/workflows/build.yaml
@@ -227,6 +227,10 @@ jobs:
227
name: Prepare test application cache
228
run: (cd tests/Application && bin/console cache:warmup -vvv)
229
230
+ -
231
+ name: Validate container
232
+ run: (cd tests/Application && bin/console lint:container -vvv)
233
+
234
-
235
name: Load fixtures in test application
236
run: (cd tests/Application && bin/console sylius:fixtures:load -n)
0 commit comments