Skip to content

Commit f0adfef

Browse files
test1
1 parent 21fab3a commit f0adfef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/beam_PostCommit_Python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ env:
5353

5454
jobs:
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:
@@ -80,7 +80,7 @@ jobs:
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

Comments
 (0)