Skip to content

Commit e8a40cc

Browse files
committed
Without code-cove
1 parent 2b7f00f commit e8a40cc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docker/entrypoint.sh

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
#!/usr/bin/env bash
22

3-
sleep 3 &&
4-
composer install --prefer-source --no-interaction &&
5-
php ./vendor/bin/phpunit &&
6-
mkdir -p ./build/logs &&
7-
php ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml &&
8-
php ./vendor/bin/php-coverall -v
3+
sleep 3 && composer install --prefer-source --no-interaction && php ./vendor/bin/phpunit

0 commit comments

Comments
 (0)