Skip to content

Commit 059edd8

Browse files
committed
Fix path to integration test result
1 parent 2666d4c commit 059edd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ jobs:
109109
uses: actions/upload-artifact@v2
110110
with:
111111
name: Integration Test Results
112-
path: var/test-results/integration.xml
112+
# /tmp/m2 is $MAGENTO_ROOT in integration test action
113+
path: /tmp/m2/var/test-results/integration.xml
113114

114115
phpmd:
115116
name: Magento 2 Mess Detector

0 commit comments

Comments
 (0)