Commit b99dcd2e authored by Smolevich's avatar Smolevich

Rename ci configuration

parent ce1ea38c
...@@ -36,10 +36,9 @@ jobs: ...@@ -36,10 +36,9 @@ jobs:
docker-compose run --rm tests composer install --no-interaction docker-compose run --rm tests composer install --no-interaction
- name: Generating code coverage - name: Generating code coverage
run: | run: |
docker-compose run --rm tests mkdir -p build/logs mkdir -p build/logs
docker-compose run --rm \ docker-compose run --rm \
tests ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml tests ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
ls -alt build/logs
- 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