This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 359b4b37a Use unique name for surefire artifacts (#1544)
359b4b37a is described below
commit 359b4b37a2bd3af1c462d443cf845758d64fb179
Author: Andy Grove <[email protected]>
AuthorDate: Tue Mar 18 12:04:25 2025 -0600
Use unique name for surefire artifacts (#1544)
---
.github/actions/java-test/action.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/actions/java-test/action.yaml
b/.github/actions/java-test/action.yaml
index 52a855a4a..16f8bf679 100644
--- a/.github/actions/java-test/action.yaml
+++ b/.github/actions/java-test/action.yaml
@@ -60,7 +60,7 @@ runs:
if: ${{ inputs.upload-test-reports == 'true' }}
uses: actions/upload-artifact@v4
with:
- name: java-test-reports-${{ github.run_id }}
+ name: java-test-reports-${{ github.run_id }}-${{ github.run_number
}}-${{ github.run_attempt }}
path: "**/target/surefire-reports/*.txt"
retention-days: 7 # 1 week for test reports
overwrite: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]