diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index 2d0ce7e9e6..4da62fade0 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -371,11 +371,13 @@ jobs: with: name: all-blob-reports pattern: blob-report-* + delete-merged: true - name: Download all blob reports from GitHub Actions Artifacts if: ${{ env.hasReportData }} uses: actions/download-artifact@v4 with: name: all-blob-reports + path: bigbluebutton-tests/playwright/all-blob-reports - name: Merge into HTML Report if: ${{ env.hasReportData }} working-directory: ./bigbluebutton-tests/playwright