Skip to content

Commit e899c0f

Browse files
fix: add missing continue-on-error (#189)
1 parent 7e74fba commit e899c0f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,8 +1648,8 @@ jobs:
16481648
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
16491649
reporter: java-junit
16501650
- name: Test Report Python 3.9
1651-
id: test_report_python_3_9
16521651
continue-on-error: true
1652+
id: test_report_python_3_9
16531653
uses: dorny/test-reporter@v1
16541654
if: ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
16551655
with:
@@ -1879,6 +1879,7 @@ jobs:
18791879
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
18801880
reporter: java-junit
18811881
- name: Test Report Python 3.9
1882+
continue-on-error: true
18821883
id: test_report_python_3_9
18831884
uses: dorny/test-reporter@v1
18841885
if: ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
@@ -2103,6 +2104,7 @@ jobs:
21032104
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
21042105
reporter: java-junit
21052106
- name: Test Report Python 3.9
2107+
continue-on-error: true
21062108
id: test_report_python_3_9
21072109
uses: dorny/test-reporter@v1
21082110
if: ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
@@ -2326,6 +2328,7 @@ jobs:
23262328
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
23272329
reporter: java-junit
23282330
- name: Test Report Python 3.9
2331+
continue-on-error: true
23292332
id: test_report_python_3_9
23302333
uses: dorny/test-reporter@v1
23312334
if: ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
@@ -2559,6 +2562,7 @@ jobs:
25592562
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
25602563
reporter: java-junit
25612564
- name: Test Report Python 3.9
2565+
continue-on-error: true
25622566
id: test_report_python_3_9
25632567
uses: dorny/test-reporter@v1
25642568
if: ${{ steps.get-escu-detections.outputs.escu-test-run == 'true' && !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9')}}

0 commit comments

Comments
 (0)