mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
fix(desktop): keep visual E2E diffs advisory
This commit is contained in:
parent
ff276045a1
commit
2c184ed3d1
6 changed files with 87 additions and 25 deletions
4
.github/workflows/e2e-desktop.yml
vendored
4
.github/workflows/e2e-desktop.yml
vendored
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
id: restore-baselines
|
||||
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||
with:
|
||||
path: apps/desktop/e2e/__screenshots__
|
||||
path: apps/desktop/e2e/*-snapshots
|
||||
key: visual-baselines-${{ github.ref_name }}
|
||||
restore-keys: |
|
||||
visual-baselines-main
|
||||
|
|
@ -155,7 +155,7 @@ jobs:
|
|||
if: github.ref_name == 'main' && always()
|
||||
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||
with:
|
||||
path: apps/desktop/e2e/__screenshots__
|
||||
path: apps/desktop/e2e/*-snapshots
|
||||
key: visual-baselines-main
|
||||
|
||||
# ── Upload Playwright report (HTML + traces) ──────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue