ci: fix missing download path and remove merged files
This commit is contained in:
parent
bd5b13d305
commit
96c1b857ef
2
.github/workflows/automated-tests.yml
vendored
2
.github/workflows/automated-tests.yml
vendored
@ -371,11 +371,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: all-blob-reports
|
name: all-blob-reports
|
||||||
pattern: blob-report-*
|
pattern: blob-report-*
|
||||||
|
delete-merged: true
|
||||||
- name: Download all blob reports from GitHub Actions Artifacts
|
- name: Download all blob reports from GitHub Actions Artifacts
|
||||||
if: ${{ env.hasReportData }}
|
if: ${{ env.hasReportData }}
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: all-blob-reports
|
name: all-blob-reports
|
||||||
|
path: bigbluebutton-tests/playwright/all-blob-reports
|
||||||
- name: Merge into HTML Report
|
- name: Merge into HTML Report
|
||||||
if: ${{ env.hasReportData }}
|
if: ${{ env.hasReportData }}
|
||||||
working-directory: ./bigbluebutton-tests/playwright
|
working-directory: ./bigbluebutton-tests/playwright
|
||||||
|
Loading…
Reference in New Issue
Block a user