diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 3f92216f..69a73090 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -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: