Skip to content

Commit

Permalink
fix disable xdebug on GH actions
Browse files Browse the repository at this point in the history
Signed-off-by: prolic <[email protected]>
  • Loading branch information
prolic committed Jun 14, 2024
1 parent e9f6e69 commit e4aacf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
cd ..
mkdir -p ${{ env.PHP_CS_FIXER_CACHE_DIR }}
- name: Disable Xdebug if enabled
run: if php --ri xdebug >/dev/null; then phpenv config-rm xdebug.ini; fi
- name: Disable Xdebug
run: sudo phpdismod xdebug

- name: Self-update Composer
run: composer self-update
Expand Down

0 comments on commit e4aacf0

Please sign in to comment.