Skip to content

Commit bad7def

Browse files
committed
Update ci configuration
1 parent a938fd0 commit bad7def

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build-ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,14 @@ jobs:
2828
fi
2929
env:
3030
DEBUG: ${{secrets.DEBUG}}
31-
- name: Build docker images
32-
run: |
33-
docker-compose build --build-arg PHP_VERSION=${{ matrix.php }}
3431
- name: Install dependencies
3532
run: |
36-
mkdir vendor
3733
docker-compose run --rm tests composer install --no-interaction
3834
- name: Generating code coverage
3935
run: |
4036
mkdir -p build/logs
41-
docker-compose run --rm \
42-
tests ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
37+
docker-compose run --rm tests ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
38+
chmod -R 0777 build/logs
4339
- name: Send coveralls
4440
run: |
4541
ls -alt

0 commit comments

Comments
 (0)