We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2666d4c commit 059edd8Copy full SHA for 059edd8
.github/workflows/tests.yml
@@ -109,7 +109,8 @@ jobs:
109
uses: actions/upload-artifact@v2
110
with:
111
name: Integration Test Results
112
- path: var/test-results/integration.xml
+ # /tmp/m2 is $MAGENTO_ROOT in integration test action
113
+ path: /tmp/m2/var/test-results/integration.xml
114
115
phpmd:
116
name: Magento 2 Mess Detector
0 commit comments