Skip to content

Commit cd8a55a

Browse files
committed
Update action with test name
1 parent 58b2472 commit cd8a55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/composite/test-sdk/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ runs:
4242
if: always()
4343
uses: actions/upload-artifact@v4
4444
with:
45-
name: Test Results
45+
name: Test Results - ${{ inputs.test-file }} - ${{ inputs.python-version }}
4646
path: '${{ inputs.test-report-dir }}/*'

0 commit comments

Comments
 (0)