We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1dace2 commit 1d23f7eCopy full SHA for 1d23f7e
1 file changed
.github/workflows/python-integration.yaml
@@ -65,6 +65,17 @@ jobs:
65
make test-integration
66
67
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
79
- name: Upload Artifacts - Logs
80
uses: actions/upload-artifact@v4
81
if: success() || failure()
0 commit comments