diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index cee69f41..82dfc605 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -111,15 +111,6 @@ 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: