Skip to content

Commit

Permalink
Add debugging info to Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Oct 3, 2023
1 parent 7535eb6 commit 9eb44b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9eb44b0

Please sign in to comment.