Skip to content

Commit

Permalink
Enable xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Nov 25, 2024
1 parent 12511aa commit 7a4fbd5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
extensions: gd, mbstring, zip
ini-values: max_execution_time=600, memory_limit=-1
tools: composer:v2
coverage: none
coverage: xdebug
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -62,3 +62,9 @@ jobs:
with:
name: logs-php-${{ matrix.php-versions }}
path: vendor/endroid/quality/application/var/log

- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: coverage-php-${{ matrix.php-versions }}
path: tests/coverage

0 comments on commit 7a4fbd5

Please sign in to comment.