Skip to content

Commit a595ff7

Browse files
committed
Remove CI test reporting
The plugin does not work like this for forked repos.
1 parent 6b5f241 commit a595ff7

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/integration.yaml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -103,19 +103,6 @@ jobs:
103103
with:
104104
fail_ci_if_error: false
105105

106-
- name: View Test Results
107-
uses: dorny/test-reporter@v1
108-
if: success() || failure()
109-
continue-on-error: true
110-
with:
111-
name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}
112-
path: ${{matrix.test-type}}*-results.xml
113-
reporter: java-junit
114-
list-suites: all
115-
list-tests: all
116-
max-annotations: 10
117-
fail-on-error: 'false'
118-
119106
resp3_tests:
120107
runs-on: ubuntu-latest
121108
strategy:
@@ -166,19 +153,6 @@ jobs:
166153
with:
167154
fail_ci_if_error: false
168155

169-
- name: View Test Results
170-
uses: dorny/test-reporter@v1
171-
if: success() || failure()
172-
continue-on-error: true
173-
with:
174-
name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}-resp3
175-
path: ${{matrix.test-type}}*-results.xml
176-
reporter: java-junit
177-
list-suites: all
178-
list-tests: all
179-
max-annotations: 10
180-
fail-on-error: 'false'
181-
182156
build_and_test_package:
183157
name: Validate building and installing the package
184158
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)