Commit 551aaf22 authored by Smolevich's avatar Smolevich

Update ci configuration

parent 629692f4
......@@ -28,18 +28,14 @@ jobs:
fi
env:
DEBUG: ${{secrets.DEBUG}}
- name: Build docker images
run: |
docker-compose build --build-arg PHP_VERSION=${{ matrix.php }}
- name: Install dependencies
run: |
mkdir vendor
docker-compose run --rm tests composer install --no-interaction
- name: Generating code coverage
run: |
mkdir -p build/logs
docker-compose run --rm \
tests ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
docker-compose run --rm tests ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
chmod -R 0777 build/logs
- name: Send coveralls
run: |
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