test: add playwright report artifact
This commit is contained in:
parent
9afbfd609a
commit
7ce0625047
@ -319,6 +319,13 @@ jobs:
|
|||||||
# TURBO_TEAM: 'linux'
|
# TURBO_TEAM: 'linux'
|
||||||
# TURBO_TOKEN: '${{ secrets.TURBO_TOKEN }}'
|
# TURBO_TOKEN: '${{ secrets.TURBO_TOKEN }}'
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
if: always()
|
||||||
|
with:
|
||||||
|
name: playwright-report
|
||||||
|
path: electron/playwright-report/
|
||||||
|
retention-days: 2
|
||||||
|
|
||||||
coverage-check:
|
coverage-check:
|
||||||
runs-on: [self-hosted, Linux, ubuntu-desktop]
|
runs-on: [self-hosted, Linux, ubuntu-desktop]
|
||||||
needs: base_branch_cov
|
needs: base_branch_cov
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user