Skip to content

Commit 34ec714

Browse files
committed
Disable coverage for now
1 parent 20d0588 commit 34ec714

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
uses: shivammathur/[email protected]
1717
with:
1818
php-version: '7.0'
19-
coverage: xdebug
2019

2120
- name: Setup Problem Matchers for PHPUnit
2221
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
@@ -28,7 +27,7 @@ jobs:
2827
run: composer update --prefer-stable --prefer-dist --no-interaction --no-progress --no-suggest --prefer-lowest
2928

3029
- name: Run tests
31-
run: composer test-ci
30+
run: composer test
3231

3332
build:
3433
name: Build

0 commit comments

Comments
 (0)