Skip to content

Commit 458772c

Browse files
ahmedsobehaiven-sal
authored andcommitted
Removed broken ci step
Signed-off-by: ahmedsobeh <[email protected]>
1 parent 6d69781 commit 458772c

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/integration.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,6 @@ jobs:
9696
fail_ci_if_error: false
9797
token: ${{ secrets.CODECOV_TOKEN }}
9898

99-
- name: View Test Results
100-
uses: dorny/test-reporter@v1
101-
if: success() || failure()
102-
continue-on-error: true
103-
with:
104-
name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}
105-
path: '*.xml'
106-
reporter: java-junit
107-
list-suites: all
108-
list-tests: all
109-
max-annotations: 10
110-
fail-on-error: 'false'
11199

112100
resp3_tests:
113101
runs-on: ubuntu-latest
@@ -156,18 +144,6 @@ jobs:
156144
fail_ci_if_error: false
157145
token: ${{ secrets.CODECOV_TOKEN }}
158146

159-
- name: View Test Results
160-
uses: dorny/test-reporter@v1
161-
if: success() || failure()
162-
continue-on-error: true
163-
with:
164-
name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}-resp3
165-
path: '*.xml'
166-
reporter: java-junit
167-
list-suites: all
168-
list-tests: all
169-
max-annotations: 10
170-
fail-on-error: 'false'
171147

172148
build_and_test_package:
173149
name: Validate building and installing the package

0 commit comments

Comments
 (0)