Skip to content

Commit c70c61b

Browse files
committed
Reinstate View Test results with fail-on-error: false
Refs #2381 Refs #2392
1 parent a40789f commit c70c61b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/integration.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,17 @@ jobs:
7474
- uses: codecov/codecov-action@v3
7575
with:
7676
fail_ci_if_error: false
77-
# - name: View Test Results
78-
# uses: dorny/test-reporter@v1
79-
# if: success() || failure()
80-
# with:
81-
# name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}
82-
# path: '${{matrix.test-type}}*results.xml'
83-
# reporter: java-junit
84-
# list-suites: failed
85-
# list-tests: failed
86-
# max-annotations: 10
77+
- name: View Test Results
78+
uses: dorny/test-reporter@v1
79+
if: success() || failure()
80+
with:
81+
name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}
82+
path: '${{matrix.test-type}}*results.xml'
83+
reporter: java-junit
84+
list-suites: failed
85+
list-tests: failed
86+
max-annotations: 10
87+
fail-on-error: false
8788

8889
build_and_test_package:
8990
name: Validate building and installing the package

0 commit comments

Comments
 (0)