5353
5454jobs :
5555 beam_PostCommit_Python :
56- name : ' beam_PostCommit_Python (${{ matrix.job_phrase }} ${{ matrix.python_version }} ${{ matrix.os }})'
56+ name : beam_PostCommit_Python (${{ matrix.job_phrase }} ${{ matrix.python_version }}) ( ${{ join( matrix.os, ', ') }})
5757 runs-on : ${{ matrix.os }}
5858 timeout-minutes : 240
5959 strategy :
8080 with :
8181 comment_phrase : ${{ matrix.job_phrase }} ${{ matrix.python_version }}
8282 github_token : ${{ secrets.GITHUB_TOKEN }}
83- github_job : beam_PostCommit_Python (${{ matrix.job_phrase }} ${{ matrix.python_version }})
83+ github_job : beam_PostCommit_Python (${{ matrix.job_phrase }} ${{ matrix.python_version }}) (${{ join(matrix.os, ', ') }})
8484 - name : Setup environment
8585 uses : ./.github/actions/setup-environment-action
8686 with :
@@ -117,7 +117,7 @@ jobs:
117117 uses : actions/upload-artifact@v4
118118 if : failure()
119119 with :
120- name : Python ${{ matrix.python_version }} Test Results ${{ matrix.os }}
120+ name : Python ${{ matrix.python_version }} Test Results ( ${{ join( matrix.os, ', ') }})
121121 path : ' **/pytest*.xml'
122122 - name : Publish Python Test Results
123123 uses : EnricoMi/publish-unit-test-result-action@v2
@@ -127,4 +127,4 @@ jobs:
127127 comment_mode : ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
128128 files : ' **/pytest*.xml'
129129 large_files : true
130- check_name : ' Python ${{ matrix.python_version }} Test Results ${{ matrix.os }} '
130+ check_name : Python ${{ matrix.python_version }} Test Results ( ${{ join( matrix.os, ', ') }})
0 commit comments