We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6377908 commit 168fb84Copy full SHA for 168fb84
.github/workflows/build.yml
@@ -157,6 +157,7 @@ jobs:
157
-
158
name: Run lint container without sylius/grid-bundle package
159
run: |
160
+ find tests/Application/src -type f -name '*Grid.php' -delete
161
composer remove sylius/grid-bundle --no-scripts --dev
162
(cd tests/Application && bin/console cache:clear --env=test_without_twig)
163
(cd tests/Application && bin/console lint:container --env=test_without_twig)
0 commit comments