mirror of
https://github.com/e107inc/e107.git
synced 2025-07-23 16:01:39 +02:00
Add debug info.
This commit is contained in:
4
.github/workflows/test-unit.yml
vendored
4
.github/workflows/test-unit.yml
vendored
@@ -142,6 +142,10 @@ jobs:
|
||||
working-directory: ./e107_tests/
|
||||
continue-on-error: false
|
||||
|
||||
- name: Debug error reporting
|
||||
run: php -r 'echo error_reporting();'
|
||||
working-directory: ./e107_tests/
|
||||
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
if [ $(php -r 'printf(extension_loaded("xdebug") ? 1 : 0);') = '1' ]
|
||||
|
Reference in New Issue
Block a user