Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Jan 25, 2025
1 parent 591ba10 commit 909aa60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@ jobs:
name: "Coverage: ${{ matrix.php }} ${{ matrix.custom_ini && ' with custom ini settings' || '' }} (${{ matrix.os == 'windows-latest' && 'Win' || 'Linux' }})"

steps:
- name: "DEBUG: Print Runner Architecture"
run: |
echo "RUNNER_ARCH: $RUNNER_ARCH"
echo "uname -m: $(uname -m)"
- name: Prepare git to leave line endings alone
run: git config --global core.autocrlf input

Expand Down Expand Up @@ -314,6 +319,7 @@ jobs:
file: build/logs/clover.xml
flag-name: os-${{ matrix.os }}-php-${{ matrix.php }}-custom-ini-${{ matrix.custom_ini }}
parallel: true
debug: true

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

coveralls-finish:
needs: coverage
Expand Down

0 comments on commit 909aa60

Please sign in to comment.