File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
.github/actions/run-tests/tests Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ ARG PHPVERSION
77COPY install.sh /install.sh
88RUN /install.sh ${PHPVERSION}
99
10+ COPY xdebug.config /tmp/xdebug.config
11+ RUN cat /tmp/xdebug.config >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
12+
1013RUN mkdir /workdir
1114WORKDIR /workdir
1215
Original file line number Diff line number Diff line change 1+
2+ xdebug.mode=coverage
Original file line number Diff line number Diff line change 6868 [ #343 ] ( https://github.com/nextcloud/cookbook/pull/343/ ) @christianlupus
6969- Creating new recipe not possible due to null reference
7070 [ #378 ] ( https://github.com/nextcloud/cookbook/pull/378/ ) @seyfeb
71+ - Reenabling CI testing with current xdebug 3
72+ [ #417 ] ( https://github.com/nextcloud/cookbook/pull/417/ ) @christianlupus
7173
7274### Removed
7375- Travis build system
You can’t perform that action at this time.
0 commit comments