Apache9 commented on PR #7638: URL: https://github.com/apache/hbase/pull/7638#issuecomment-3757916806
https://github.com/apache/dubbo/actions/runs/21034081969/job/60477885181?pr=16005 This project just upload the artifacts to github. https://github.com/apache/dubbo/blob/3.3/.github/workflows/build-and-test-pr.yml ``` name: "Upload test logs" if: always() uses: actions/upload-artifact@v4 with: name: integration-test-logs-${{matrix.job_id}}-java${{matrix.java}} path: test/logs/* ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
