From c70c61b7aa152a314fb88a9c6ed3014bb3b70440 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Wed, 21 Sep 2022 14:41:12 +0300 Subject: [PATCH] Reinstate View Test results with `fail-on-error: false` Refs #2381 Refs #2392 --- .github/workflows/integration.yaml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 6e194e3604..261cca482a 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -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