Skip to content

Commit ea69afb

Browse files
committed
Fix integration test
1 parent 4721359 commit ea69afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
expect eof
103103
EOD
104104
105-
php bin/console make:fixtures --no-interaction
105+
php bin/console make:fixtures AppFixtures
106106
107107
sed -i 's|use Doctrine\\Persistence\\ObjectManager;|use Doctrine\\Persistence\\ObjectManager;\nuse App\\Factory\\ProductFactory;|' src/DataFixtures/AppFixtures.php
108108
sed -i 's|// \$product = new Product();|ProductFactory::createMany(10);|' src/DataFixtures/AppFixtures.php

0 commit comments

Comments
 (0)