We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a938fd0 commit bad7defCopy full SHA for bad7def
.github/workflows/build-ci.yml
@@ -28,18 +28,14 @@ jobs:
28
fi
29
env:
30
DEBUG: ${{secrets.DEBUG}}
31
- - name: Build docker images
32
- run: |
33
- docker-compose build --build-arg PHP_VERSION=${{ matrix.php }}
34
- name: Install dependencies
35
run: |
36
- mkdir vendor
37
docker-compose run --rm tests composer install --no-interaction
38
- name: Generating code coverage
39
40
mkdir -p build/logs
41
- docker-compose run --rm \
42
- 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
43
- name: Send coveralls
44
45
ls -alt
0 commit comments