[extra-02] publish test results
This commit is contained in:
parent
cd2f062ef5
commit
81628da009
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -126,3 +126,8 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASS: postgres
|
POSTGRES_PASS: postgres
|
||||||
|
- name: publish test results
|
||||||
|
uses: EnricoMi/publish-unit-test-result-action/composite@v1
|
||||||
|
if: always()
|
||||||
|
with:
|
||||||
|
files: 'report/test/*.xml'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user