We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b2472 commit cd8a55aCopy full SHA for cd8a55a
.github/workflows/composite/test-sdk/action.yml
@@ -42,5 +42,5 @@ runs:
42
if: always()
43
uses: actions/upload-artifact@v4
44
with:
45
- name: Test Results
+ name: Test Results - ${{ inputs.test-file }} - ${{ inputs.python-version }}
46
path: '${{ inputs.test-report-dir }}/*'
0 commit comments