Skip to content

Commit

Permalink
fix: add missing continue-on-error (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolasinski-splunk authored Oct 12, 2023
1 parent 7e74fba commit e899c0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1648,8 +1648,8 @@ jobs:
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
reporter: java-junit
- name: Test Report Python 3.9
id: test_report_python_3_9
continue-on-error: true
id: test_report_python_3_9
uses: dorny/test-reporter@v1
if: ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
with:
Expand Down Expand Up @@ -1879,6 +1879,7 @@ jobs:
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
reporter: java-junit
- name: Test Report Python 3.9
continue-on-error: true
id: test_report_python_3_9
uses: dorny/test-reporter@v1
if: ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
Expand Down Expand Up @@ -2103,6 +2104,7 @@ jobs:
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
reporter: java-junit
- name: Test Report Python 3.9
continue-on-error: true
id: test_report_python_3_9
uses: dorny/test-reporter@v1
if: ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
Expand Down Expand Up @@ -2326,6 +2328,7 @@ jobs:
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
reporter: java-junit
- name: Test Report Python 3.9
continue-on-error: true
id: test_report_python_3_9
uses: dorny/test-reporter@v1
if: ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
Expand Down Expand Up @@ -2559,6 +2562,7 @@ jobs:
path: "${{ needs.setup.outputs.directory-path }}/test-results/*.xml"
reporter: java-junit
- name: Test Report Python 3.9
continue-on-error: true
id: test_report_python_3_9
uses: dorny/test-reporter@v1
if: ${{ steps.get-escu-detections.outputs.escu-test-run == 'true' && !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9')}}
Expand Down

0 comments on commit e899c0f

Please sign in to comment.