File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,11 @@ jobs:
208
208
name : " Coverage: ${{ matrix.php }} ${{ matrix.custom_ini && ' with custom ini settings' || '' }} (${{ matrix.os == 'windows-latest' && 'Win' || 'Linux' }})"
209
209
210
210
steps :
211
+ - name : " DEBUG: Print Runner Architecture"
212
+ run : |
213
+ echo "RUNNER_ARCH: $RUNNER_ARCH"
214
+ echo "uname -m: $(uname -m)"
215
+
211
216
- name : Prepare git to leave line endings alone
212
217
run : git config --global core.autocrlf input
213
218
@@ -314,6 +319,7 @@ jobs:
314
319
file : build/logs/clover.xml
315
320
flag-name : os-${{ matrix.os }}-php-${{ matrix.php }}-custom-ini-${{ matrix.custom_ini }}
316
321
parallel : true
322
+ debug : true
317
323
318
324
- name : " Upload coverage results to Coveralls (CBF run)"
319
325
if : ${{ matrix.os != 'windows-latest' && success() }}
@@ -323,6 +329,7 @@ jobs:
323
329
file : build/logs/clover-cbf.xml
324
330
flag-name : cbf-os-${{ matrix.os }}-ubuntu-latest-php-${{ matrix.php }}-custom-ini-${{ matrix.custom_ini }}
325
331
parallel : true
332
+ debug : true
326
333
327
334
coveralls-finish :
328
335
needs : coverage
You can’t perform that action at this time.
0 commit comments