Skip to content

Commit 168fb84

Browse files
committed
Remove grids on CI
1 parent 6377908 commit 168fb84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157
-
158158
name: Run lint container without sylius/grid-bundle package
159159
run: |
160+
find tests/Application/src -type f -name '*Grid.php' -delete
160161
composer remove sylius/grid-bundle --no-scripts --dev
161162
(cd tests/Application && bin/console cache:clear --env=test_without_twig)
162163
(cd tests/Application && bin/console lint:container --env=test_without_twig)

0 commit comments

Comments
 (0)