Skip to content

Commit 119f4f8

Browse files
committed
Update ci file configuration
1 parent ffcc021 commit 119f4f8

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)