upload Allure results into report folder (#74)

This commit is contained in:
Max
2021-07-06 19:18:47 +02:00
committed by GitHub
parent 10bcc417c9
commit 8cdc5fea52
3 changed files with 12 additions and 0 deletions

View File

@@ -227,6 +227,10 @@ jobs:
name: allure-report
path: allure-report
# doing this to be able to aggregate multiple reports together later on
- name: copy results into report
run: cp -r allure-results allure-report/results
- name: copy new report
run: |
mkdir -p reports/interop/interop

View File

@@ -296,6 +296,10 @@ jobs:
with:
name: allure-report-${{ matrix.testbed }}
path: allure-report
# doing this to be able to aggregate multiple reports together later on
- name: copy results into report
run: cp -r allure-results allure-report/results
- name: copy new report
run: |

View File

@@ -305,6 +305,10 @@ jobs:
with:
name: allure-report-${{ matrix.testbed }}
path: allure-report
# doing this to be able to aggregate multiple reports together later on
- name: copy results into report
run: cp -r allure-results allure-report/results
- name: copy new report
if: ${{ (github.event.inputs.marker_expression || 'sanity') == 'sanity and not interop' }}