Skip to content

Commit ff07bef

Browse files
committed
Update ci file configuration
1 parent b99dcd2 commit ff07bef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
- name: Generating code coverage
3838
run: |
3939
mkdir -p build/logs
40-
docker-compose run --rm \
41-
tests ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
40+
php ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
4241
- name: Send coveralls
4342
run: |
4443
ls -alt

0 commit comments

Comments
 (0)