Skip to content

Commit

Permalink
Reinstate View Test results with fail-on-error: false
Browse files Browse the repository at this point in the history
Refs #2381

Refs #2392
  • Loading branch information
akx committed Sep 21, 2022
1 parent a40789f commit c70c61b
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,17 @@ jobs:
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false
# - name: View Test Results
# uses: dorny/test-reporter@v1
# if: success() || failure()
# with:
# name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}
# path: '${{matrix.test-type}}*results.xml'
# reporter: java-junit
# list-suites: failed
# list-tests: failed
# max-annotations: 10
- name: View Test Results
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}
path: '${{matrix.test-type}}*results.xml'
reporter: java-junit
list-suites: failed
list-tests: failed
max-annotations: 10
fail-on-error: false

build_and_test_package:
name: Validate building and installing the package
Expand Down

0 comments on commit c70c61b

Please sign in to comment.