File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,8 +150,7 @@ jobs:
150
150
docker logs magento-project-community-edition > failure-logs/docker.log
151
151
docker cp magento-project-community-edition:/data/var/log failure-logs/var/log
152
152
mkdir xdebug-logs
153
- docker logs magento-project-community-edition > failure-logs/docker.log
154
- docker cp magento-project-community-edition:/tmp/xdebug-trace/ xdebug-logs
153
+ docker cp magento-project-community-edition:/tmp/xdebug-trace/ xdebug-logs/
155
154
156
155
- name : Upload failure artifacts
157
156
if : failure()
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ COPY Test/composer.json extensions/MichielGerritsen-ExampleTest/composer.json
28
28
COPY Test/ExampleTest.php extensions/MichielGerritsen-ExampleTest/Test/Integration/ExampleTest.php
29
29
30
30
RUN set -e; \
31
+ pecl install xdebug && \
31
32
php -i |grep xdebug && \
32
33
php -i |grep opcache && \
33
34
./start-services && \
You can’t perform that action at this time.
0 commit comments