Skip to content

Commit 909aa60

Browse files
committed
DEBUG
1 parent 591ba10 commit 909aa60

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@ jobs:
208208
name: "Coverage: ${{ matrix.php }} ${{ matrix.custom_ini && ' with custom ini settings' || '' }} (${{ matrix.os == 'windows-latest' && 'Win' || 'Linux' }})"
209209

210210
steps:
211+
- name: "DEBUG: Print Runner Architecture"
212+
run: |
213+
echo "RUNNER_ARCH: $RUNNER_ARCH"
214+
echo "uname -m: $(uname -m)"
215+
211216
- name: Prepare git to leave line endings alone
212217
run: git config --global core.autocrlf input
213218

@@ -314,6 +319,7 @@ jobs:
314319
file: build/logs/clover.xml
315320
flag-name: os-${{ matrix.os }}-php-${{ matrix.php }}-custom-ini-${{ matrix.custom_ini }}
316321
parallel: true
322+
debug: true
317323

318324
- name: "Upload coverage results to Coveralls (CBF run)"
319325
if: ${{ matrix.os != 'windows-latest' && success() }}
@@ -323,6 +329,7 @@ jobs:
323329
file: build/logs/clover-cbf.xml
324330
flag-name: cbf-os-${{ matrix.os }}-ubuntu-latest-php-${{ matrix.php }}-custom-ini-${{ matrix.custom_ini }}
325331
parallel: true
332+
debug: true
326333

327334
coveralls-finish:
328335
needs: coverage

0 commit comments

Comments
 (0)