ci: fix missing download path and remove merged files

This commit is contained in:
Anton B 2024-03-25 17:27:55 -03:00
parent bd5b13d305
commit 96c1b857ef

View File

@ -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