Skip to content

Commit

Permalink
Merge 503cf58 into b0ee1f2
Browse files Browse the repository at this point in the history
  • Loading branch information
christianlupus authored Nov 29, 2020
2 parents b0ee1f2 + 503cf58 commit 0ccacd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/run-tests/tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ ARG PHPVERSION
COPY install.sh /install.sh
RUN /install.sh ${PHPVERSION}

COPY xdebug.config /tmp/xdebug.config
RUN cat /tmp/xdebug.config >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini

RUN mkdir /workdir
WORKDIR /workdir

Expand Down
2 changes: 2 additions & 0 deletions .github/actions/run-tests/tests/xdebug.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

xdebug.mode=coverage
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
[#343](https://github.com/nextcloud/cookbook/pull/343/) @christianlupus
- Creating new recipe not possible due to null reference
[#378](https://github.com/nextcloud/cookbook/pull/378/) @seyfeb
- Reenabling CI testing with current xdebug 3
[#417](https://github.com/nextcloud/cookbook/pull/417/) @christianlupus

### Removed
- Travis build system
Expand Down

0 comments on commit 0ccacd5

Please sign in to comment.