Skip to content

Commit 34a0ba7

Browse files
committed
Add --no-interaction for Behat
1 parent 6b10be6 commit 34a0ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ docker-compose exec php bin/console hautelook:fixtures:load -n
1313
docker-compose exec php bin/console doctrine:schema:drop --env=test --force
1414
docker-compose exec php bin/console doctrine:schema:create --env=test
1515
docker-compose exec php bin/console cache:warmup --env=test
16-
docker-compose exec php vendor/bin/behat --format=progress
16+
docker-compose exec php vendor/bin/behat --format=progress --no-interaction
1717
docker-compose exec client yarn install --pure-lockfile
1818
docker-compose exec client yarn jest --ci --reporters=default --reporters=jest-junit --passWithNoTests
1919
docker-compose exec client yarn eslint src

0 commit comments

Comments
 (0)