diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 21194f0c..096a1e2e 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -96,18 +96,6 @@ jobs: fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }} - - name: View Test Results - uses: dorny/test-reporter@v1 - if: success() || failure() - continue-on-error: true - with: - name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}} - path: '*.xml' - reporter: java-junit - list-suites: all - list-tests: all - max-annotations: 10 - fail-on-error: 'false' resp3_tests: runs-on: ubuntu-latest @@ -156,18 +144,6 @@ jobs: fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }} - - name: View Test Results - uses: dorny/test-reporter@v1 - if: success() || failure() - continue-on-error: true - with: - name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}-resp3 - path: '*.xml' - reporter: java-junit - list-suites: all - list-tests: all - max-annotations: 10 - fail-on-error: 'false' build_and_test_package: name: Validate building and installing the package