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:
11091109 name : cim-compliance-report
11101110 path : |
11111111 ${{ 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
11191112 - name : Test Report
11201113 id : test_report
11211114 uses : dorny/test-reporter@v1.9.1
@@ -2127,14 +2120,6 @@ jobs:
21272120 with :
21282121 name : cim-compliance-report
21292122 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
21382123 - name : List of assets
21392124 if : ${{ steps.semantic.outputs.new_release_published == 'true' }}
21402125 run : |
Original file line number Diff line number Diff line change @@ -472,7 +472,6 @@ test_check_unicode_output.txt
472472```
473473Junit XML file
474474pytest_splunk_addon.log
475- cim-field-report
476475cim-compliance-report
477476```
478477
You can’t perform that action at this time.
0 commit comments