1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

Update tests.yml

This commit is contained in:
Sergey Romanenko
2020-11-22 19:21:59 +03:00
committed by GitHub
parent 04ed794fa5
commit 2a0358c51a

View File

@@ -18,7 +18,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: fileinfo, spl, json, dom, mbstring
extensions: fileinfo, spl, json, dom, mbstring, xdebug
tools: composer:v2
coverage: none
@@ -83,4 +83,4 @@ jobs:
run: composer update --${{ matrix.dependency-version }} --ignore-platform-req=php --no-interaction --no-progress
- name: Run Tests
run: ./vendor/bin/pest --exclude-group=endpoints
run: ./vendor/bin/pest --coverage --exclude-group=endpoints