Skip to content

Commit 1d23f7e

Browse files
committed
feat(tests): Add python integration test report
1 parent a1dace2 commit 1d23f7e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/python-integration.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@ jobs:
6565
make test-integration
6666
6767
68+
- name: Test Report
69+
if: success() || failure()
70+
uses: dorny/test-reporter@v1
71+
id: test-report
72+
with:
73+
# artifact: unit-test-results-${{ matrix.python-version }}
74+
name: Integration Test Report [python_${{ matrix.python-version }}-postgres_${{ matrix.postgres-version }}-rabbitmq_${{ matrix.rabbitmq-version }}]
75+
path: 'test/volumes/artifacts/*.xml'
76+
reporter: java-junit
77+
78+
6879
- name: Upload Artifacts - Logs
6980
uses: actions/upload-artifact@v4
7081
if: success() || failure()

0 commit comments

Comments
 (0)