mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
Add more reporting ways
This commit is contained in:
parent
bc8f1faa68
commit
9b99139ac1
9
.github/workflows/test_common.yml
vendored
9
.github/workflows/test_common.yml
vendored
@ -111,6 +111,15 @@ jobs:
|
||||
publish_dir: allure-history
|
||||
destination_dir: ${{ env.CALLER }}
|
||||
|
||||
- name: Generate Allure Report
|
||||
run: allure generate all-results -o allure-report
|
||||
|
||||
- name: Upload Allure Report
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: allure-report
|
||||
path: allure-report
|
||||
|
||||
- name: Create job summary
|
||||
if: always()
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user