File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -1109,13 +1109,6 @@ jobs:
1109
1109
name : cim-compliance-report
1110
1110
path : |
1111
1111
${{ needs.setup.outputs.directory-path }}/test-results/cim-compliance-report.md
1112
- - name : Upload cim-field-report for ${{ matrix.splunk.version }}
1113
- uses : actions/upload-artifact@v4
1114
- if : ${{ matrix.splunk.islatest == true }}
1115
- with :
1116
- name : cim-field-report
1117
- path : |
1118
- ${{ needs.setup.outputs.directory-path }}/test-results/cim_field_report.json
1119
1112
- name : Test Report
1120
1113
id : test_report
1121
1114
uses : dorny/test-reporter@v1.9.1
@@ -2127,14 +2120,6 @@ jobs:
2127
2120
with :
2128
2121
name : cim-compliance-report
2129
2122
path : download/artifacts/deployment
2130
- - name : Download cim-field-report
2131
- id : download-cim-field-report
2132
- if : ${{ steps.semantic.outputs.new_release_published == 'true' }}
2133
- continue-on-error : true
2134
- uses : actions/download-artifact@v4
2135
- with :
2136
- name : cim-field-report
2137
- path : download/artifacts/deployment
2138
2123
- name : List of assets
2139
2124
if : ${{ steps.semantic.outputs.new_release_published == 'true' }}
2140
2125
run : |
Original file line number Diff line number Diff line change @@ -472,7 +472,6 @@ test_check_unicode_output.txt
472
472
```
473
473
Junit XML file
474
474
pytest_splunk_addon.log
475
- cim-field-report
476
475
cim-compliance-report
477
476
```
478
477
You can’t perform that action at this time.
0 commit comments