[ https://issues.apache.org/jira/browse/MNG-8013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813379#comment-17813379 ]
ASF GitHub Bot commented on MNG-8013: ------------------------------------- slawekjaranowski commented on code in PR #1375: URL: https://github.com/apache/maven/pull/1375#discussion_r1474933152 ########## .github/workflows/maven.yml: ########## @@ -124,3 +124,10 @@ jobs: - name: Running integration tests shell: bash run: mvn install -e -B -V -Prun-its,embedded -DmavenDistro="$GITHUB_WORKSPACE/maven/apache-maven/target/apache-maven-bin.zip" -f maven-integration-testing/pom.xml + + - name: Upload artifact on integration testing + uses: actions/upload-artifact@v4 + if: failure() && matrix.os != 'windows-latest' Review Comment: why skip on windows? > Integration testing process logs can be output github artifact > -------------------------------------------------------------- > > Key: MNG-8013 > URL: https://issues.apache.org/jira/browse/MNG-8013 > Project: Maven > Issue Type: Task > Reporter: Zhongming Hua > Priority: Major > Attachments: image-2024-01-12-22-55-07-271.png > > > Related Jira: https://issues.apache.org/jira/browse/MNG-7976 > If we can show the maven build process in maven's ci log, such as > maven-integration-testing/core-it-suit/target/test-classes/mng-6127-plugin-execution-configuration-interference/project/log.txt. > we can more easily troubleshoot some occasional problems. -- This message was sent by Atlassian Jira (v8.20.10#820010)