Skip to content

Commit

Permalink
Allow xdebug for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
maartendekeizer committed Oct 16, 2023
1 parent 4998a15 commit abbb25e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: wget https://github.com/box-project/box/releases/download/4.4.0/box.phar

- name: Run Box
env:
BOX_ALLOW_XDEBUG: '1'
run: php box.phar compile -v

- name: Upload artifact
Expand Down

0 comments on commit abbb25e

Please sign in to comment.