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 2e866da commit 83c6db8Copy full SHA for 83c6db8
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
- uses: actions/upload-artifact@v4
40
if: failure()
41
with:
42
- name: surefire-${{ matrix.os }}-${{ matrix.java }}
+ name: test-reports-${{ matrix.os }}-${{ matrix.java }}
43
path: |
44
**/surefire-reports/*
45
**/failsafe-reports/*
0 commit comments