Skip to content

Commit 76045d2

Browse files
committed
CI: diagnostic steps
1 parent 711a801 commit 76045d2

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,15 @@ jobs:
1919
with:
2020
php-version: '8.5'
2121
extensions: mbstring, json
22-
coverage: none
2322

2423
- name: Install dependencies
2524
run: composer install --prefer-dist --no-progress
2625

27-
- name: PHPUnit
28-
run: composer test
26+
- name: PHPUnit version
27+
run: phpunit --version
28+
29+
- name: PHPUnit (no config)
30+
run: php -d error_reporting=-1 vendor/bin/phpunit --no-configuration --bootstrap vendor/autoload.php tests/Unit --no-coverage 2>&1
31+
32+
- name: PHPUnit (with config)
33+
run: php -d error_reporting=-1 vendor/bin/phpunit --no-coverage 2>&1

0 commit comments

Comments
 (0)