File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3737
3838jobs :
3939 beam_PostCommit_Python :
40- name : ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) [ ${{ matrix.os_name }}]
40+ name : ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) ( ${{ matrix.os_name }})
4141 runs-on : ${{ matrix.os }}
4242 timeout-minutes : 240
4343 strategy :
@@ -101,7 +101,7 @@ jobs:
101101 uses : actions/upload-artifact@v4
102102 if : failure()
103103 with :
104- name : Python ${{ matrix.python_version }} Test Results [ ${{ matrix.os_name }}]
104+ name : Python ${{ matrix.python_version }} Test Results ( ${{ matrix.os_name }})
105105 path : ' **/pytest*.xml'
106106 - name : Publish Python Test Results
107107 uses : EnricoMi/publish-unit-test-result-action@v2
@@ -111,4 +111,4 @@ jobs:
111111 comment_mode : ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
112112 files : ' **/pytest*.xml'
113113 large_files : true
114- check_name : ' Python ${{ matrix.python_version }} Test Results [ ${{ matrix.os_name }}] '
114+ check_name : ' Python ${{ matrix.python_version }} Test Results ( ${{ matrix.os_name }}) '
Original file line number Diff line number Diff line change 3434
3535jobs :
3636 beam_PreCommit_Python_ML :
37- name : ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) [ ${{ matrix.os_name }}]
37+ name : ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) ( ${{ matrix.os_name }})
3838 runs-on : ${{ matrix.os }}
3939 timeout-minutes : 180
4040 strategy :
8888 uses : actions/upload-artifact@v4
8989 if : failure()
9090 with :
91- name : Python ${{ matrix.python_version }} Test Results [ ${{ matrix.os_name }}]
91+ name : Python ${{ matrix.python_version }} Test Results ( ${{ matrix.os_name }})
9292 path : ' **/pytest*.xml'
9393 - name : Publish Python Test Results
9494 uses : EnricoMi/publish-unit-test-result-action@v2
9898 comment_mode : ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
9999 files : ' **/pytest*.xml'
100100 large_files : true
101- check_name : ' Python ${{ matrix.python_version }} Test Results [ ${{ matrix.os_name }}] '
101+ check_name : ' Python ${{ matrix.python_version }} Test Results ( ${{ matrix.os_name }}) '
You can’t perform that action at this time.
0 commit comments