@@ -1648,8 +1648,8 @@ jobs:
1648
1648
path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
1649
1649
reporter : java-junit
1650
1650
- name : Test Report Python 3.9
1651
- id : test_report_python_3_9
1652
1651
continue-on-error : true
1652
+ id : test_report_python_3_9
1653
1653
uses : dorny/test-reporter@v1
1654
1654
if : ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
1655
1655
with :
@@ -1879,6 +1879,7 @@ jobs:
1879
1879
path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
1880
1880
reporter : java-junit
1881
1881
- name : Test Report Python 3.9
1882
+ continue-on-error : true
1882
1883
id : test_report_python_3_9
1883
1884
uses : dorny/test-reporter@v1
1884
1885
if : ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
@@ -2103,6 +2104,7 @@ jobs:
2103
2104
path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
2104
2105
reporter : java-junit
2105
2106
- name : Test Report Python 3.9
2107
+ continue-on-error : true
2106
2108
id : test_report_python_3_9
2107
2109
uses : dorny/test-reporter@v1
2108
2110
if : ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
@@ -2326,6 +2328,7 @@ jobs:
2326
2328
path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
2327
2329
reporter : java-junit
2328
2330
- name : Test Report Python 3.9
2331
+ continue-on-error : true
2329
2332
id : test_report_python_3_9
2330
2333
uses : dorny/test-reporter@v1
2331
2334
if : ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
@@ -2559,6 +2562,7 @@ jobs:
2559
2562
path : " ${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
2560
2563
reporter : java-junit
2561
2564
- name : Test Report Python 3.9
2565
+ continue-on-error : true
2562
2566
id : test_report_python_3_9
2563
2567
uses : dorny/test-reporter@v1
2564
2568
if : ${{ steps.get-escu-detections.outputs.escu-test-run == 'true' && !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9')}}
0 commit comments