File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -77,10 +77,17 @@ jobs:
7777 with :
7878 # artifact: unit-test-results-${{ matrix.python-version }}
7979 name : Integration Test Report [python_${{ matrix.python-version }}-postgres_${{ matrix.postgres-version }}-rabbitmq_${{ matrix.rabbitmq-version }}]
80- path : ' test/volumes/artifacts/* .xml'
80+ path : ' integration.JUnit .xml'
8181 reporter : java-junit
8282
8383
84+ - name : Upload Junit Test Report
85+ uses : actions/upload-artifact@v4
86+ if : success() || failure()
87+ with :
88+ name : integration-test-report-junit-python_${{ matrix.python-version }}-postgres_${{ matrix.postgres-version }}-rabbitmq_${{ matrix.rabbitmq-version }}
89+ path : integration.JUnit.xml
90+
8491 - name : Upload Artifacts - Logs
8592 uses : actions/upload-artifact@v4
8693 if : success() || failure()
You can’t perform that action at this time.
0 commit comments