Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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