Skip to content

Commit acaf784

Browse files
WIP
1 parent 24d3793 commit acaf784

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/magento-2.4.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ jobs:
150150
docker logs magento-project-community-edition > failure-logs/docker.log
151151
docker cp magento-project-community-edition:/data/var/log failure-logs/var/log
152152
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/
155154
156155
- name: Upload failure artifacts
157156
if: failure()

magento/Dockerfile-2.4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ COPY Test/composer.json extensions/MichielGerritsen-ExampleTest/composer.json
2828
COPY Test/ExampleTest.php extensions/MichielGerritsen-ExampleTest/Test/Integration/ExampleTest.php
2929

3030
RUN set -e; \
31+
pecl install xdebug && \
3132
php -i |grep xdebug && \
3233
php -i |grep opcache && \
3334
./start-services && \

0 commit comments

Comments
 (0)