mirror of
https://github.com/Intervention/image.git
synced 2025-08-20 04:31:24 +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
|
||||
run: php -r 'var_dump(Imagick::getVersion());'
|
||||
|
||||
- name: Supported Imagick Formats
|
||||
run: php -r 'var_dump(Imagick::queryFormats());'
|
||||
|
||||
- name: Execute tests
|
||||
run: vendor/bin/phpunit --no-coverage
|
||||
|
||||
|
Reference in New Issue
Block a user