fix(ci): support playwright trace for nightly workflow (#24088)

* fix(ci): support playwright trace for nightly workflow

* update compression level
This commit is contained in:
Chirag Madlani 2025-10-30 13:20:58 +05:30 committed by GitHub
parent 8cd23b2490
commit 0127ad6db1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 3 deletions

View File

@ -137,7 +137,16 @@ jobs:
with:
name: blob-report-${{ matrix.shardIndex }}
path: openmetadata-ui/src/main/resources/ui/blob-report
retention-days: 5
retention-days: 1
- name: Upload HTML report to GitHub Actions Artifacts
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
with:
name: playwright-HTML-report-${{ matrix.shardIndex }}
path: openmetadata-ui/src/main/resources/ui/playwright/output/playwright-report
retention-days: 1
compression-level: 9
- name: Clean Up
run: |
@ -163,7 +172,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: 'openmetadata-ui/src/main/resources/ui/.nvmrc'
node-version-file: "openmetadata-ui/src/main/resources/ui/.nvmrc"
- name: Download blob reports from GitHub Actions Artifacts
uses: actions/download-artifact@v4

View File

@ -137,7 +137,16 @@ jobs:
with:
name: blob-report-${{ matrix.shardIndex }}
path: openmetadata-ui/src/main/resources/ui/blob-report
retention-days: 5
retention-days: 1
- name: Upload HTML report to GitHub Actions Artifacts
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
with:
name: playwright-HTML-report-${{ matrix.shardIndex }}
path: openmetadata-ui/src/main/resources/ui/playwright/output/playwright-report
retention-days: 1
compression-level: 9
- name: Clean Up
run: |