Skip to content

Commit aa2a6e0

Browse files
committed
Updated to shorten the command
1 parent ecc974e commit aa2a6e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker/entrypoint.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
#!/usr/bin/env bash
22

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

0 commit comments

Comments
 (0)