mirror of
https://github.com/Intervention/image.git
synced 2025-08-21 05:01:20 +02:00
Add debugging info to Github workflow
This commit is contained in:
3
.github/workflows/run-tests.yml
vendored
3
.github/workflows/run-tests.yml
vendored
@@ -92,6 +92,9 @@ jobs:
|
|||||||
- name: Which Imagick Version
|
- name: Which Imagick Version
|
||||||
run: php -r 'var_dump(Imagick::getVersion());'
|
run: php -r 'var_dump(Imagick::getVersion());'
|
||||||
|
|
||||||
|
- name: Supported Imagick Formats
|
||||||
|
run: php -r 'var_dump(Imagick::queryFormats());'
|
||||||
|
|
||||||
- name: Execute tests
|
- name: Execute tests
|
||||||
run: vendor/bin/phpunit --no-coverage
|
run: vendor/bin/phpunit --no-coverage
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user