Commit ff07befc authored by Smolevich's avatar Smolevich

Update ci file configuration

parent b99dcd2e
...@@ -37,8 +37,7 @@ jobs: ...@@ -37,8 +37,7 @@ jobs:
- name: Generating code coverage - name: Generating code coverage
run: | run: |
mkdir -p build/logs mkdir -p build/logs
docker-compose run --rm \ php ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
tests ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
- name: Send coveralls - name: Send coveralls
run: | run: |
ls -alt ls -alt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment