Skip to content

Commit a938fd0

Browse files
committed
Update ci configuration
1 parent 0170f66 commit a938fd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ jobs:
3333
docker-compose build --build-arg PHP_VERSION=${{ matrix.php }}
3434
- name: Install dependencies
3535
run: |
36+
mkdir vendor
3637
docker-compose run --rm tests composer install --no-interaction
3738
- name: Generating code coverage
3839
run: |
3940
mkdir -p build/logs
40-
php ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
41+
docker-compose run --rm \
42+
tests ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
4143
- name: Send coveralls
4244
run: |
4345
ls -alt

0 commit comments

Comments
 (0)