File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,5 +129,5 @@ jobs:
129
129
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
130
130
if : ${{ matrix.build_type == 'Debug' && matrix.os == 'Ubuntu' }}
131
131
with :
132
- name : ${{env.COVERAGE_NAME}}-${{matrix.os}}-${{matrix.build_type}}- shared-${{matrix.shared_library}}
132
+ name : ${{env.COVERAGE_NAME}}-shared-${{matrix.shared_library}}
133
133
path : ${{env.COVERAGE_DIR}}
Original file line number Diff line number Diff line change 69
69
--gtest_filter="-*checkModeLocal/*:*checkModePreferredEmptyNodeset/*:testNuma.checkModeInterleave"
70
70
71
71
- name : Check coverage
72
- if : matrix.os == 'ubuntu-22.04'
72
+ if : ${{ matrix.build_type == 'Debug' && matrix. os == 'ubuntu-22.04' }}
73
73
working-directory : ${{env.BUILD_DIR}}
74
74
run : |
75
75
export COVERAGE_FILE_NAME=${{env.COVERAGE_NAME}}-${{matrix.os}}-shared-${{matrix.shared_library}}
79
79
mv ./$COVERAGE_FILE_NAME ${{env.COVERAGE_DIR}}
80
80
81
81
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
82
- if : matrix.os == 'ubuntu-22.04'
82
+ if : ${{ matrix.build_type == 'Debug' && matrix. os == 'ubuntu-22.04' }}
83
83
with :
84
- name : ${{env.COVERAGE_NAME}}-${{matrix.os}}-${{matrix.build_type}}- shared-${{matrix.shared_library}}
84
+ name : ${{env.COVERAGE_NAME}}-${{matrix.os}}-shared-${{matrix.shared_library}}
85
85
path : ${{env.COVERAGE_DIR}}
You can’t perform that action at this time.
0 commit comments