5757
5858jobs :
5959 beam_PreCommit_Python_ML :
60- name : ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) ${{ matrix.os }}
60+ name : ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) ( ${{ join( matrix.os, ', ') }})
6161 runs-on : ${{ matrix.os }}
6262 timeout-minutes : 180
6363 strategy :
8585 with :
8686 comment_phrase : ${{ matrix.job_phrase }} ${{ matrix.python_version }}
8787 github_token : ${{ secrets.GITHUB_TOKEN }}
88- github_job : ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
88+ github_job : ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) (${{ join(matrix.os, ', ') }})
8989 - name : Setup environment
9090 uses : ./.github/actions/setup-environment-action
9191 with :
@@ -112,7 +112,7 @@ jobs:
112112 uses : actions/upload-artifact@v4
113113 if : failure()
114114 with :
115- name : Python ${{ matrix.python_version }} Test Results ${{ matrix.os }}
115+ name : Python ${{ matrix.python_version }} Test Results ( ${{ join( matrix.os, ', ') }})
116116 path : ' **/pytest*.xml'
117117 - name : Publish Python Test Results
118118 uses : EnricoMi/publish-unit-test-result-action@v2
@@ -122,4 +122,4 @@ jobs:
122122 comment_mode : ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
123123 files : ' **/pytest*.xml'
124124 large_files : true
125- check_name : ' Python ${{ matrix.python_version }} Test Results ${{ matrix.os }} '
125+ check_name : ' Python ${{ matrix.python_version }} Test Results ${{ join( matrix.os, ", ") }}) '
0 commit comments