mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-29 00:53:24 +00:00
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:
parent
8cd23b2490
commit
0127ad6db1
13
.github/workflows/mysql-nightly-e2e.yml
vendored
13
.github/workflows/mysql-nightly-e2e.yml
vendored
@ -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
|
||||
|
||||
11
.github/workflows/postgresql-nightly-e2e.yml
vendored
11
.github/workflows/postgresql-nightly-e2e.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user