mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-23 16:36:23 +00:00
ci: disable e2e windows installer for now
This commit is contained in:
parent
0860ee4e5a
commit
ff276045a1
2 changed files with 3 additions and 2 deletions
4
.github/workflows/e2e-desktop.yml
vendored
4
.github/workflows/e2e-desktop.yml
vendored
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
# cache to avoid cold starts on unrelated PRs.
|
||||
- name: Restore visual baseline screenshots
|
||||
id: restore-baselines
|
||||
uses: actions/cache@0400d5f6a4f407c1b1b78f4ddd5bffb6548ef6f6 # v4.2.4
|
||||
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||
with:
|
||||
path: apps/desktop/e2e/__screenshots__
|
||||
key: visual-baselines-${{ github.ref_name }}
|
||||
|
|
@ -153,7 +153,7 @@ jobs:
|
|||
# ── Save updated baselines to cache (main only) ───────────────────
|
||||
- name: Save updated baselines to cache
|
||||
if: github.ref_name == 'main' && always()
|
||||
uses: actions/cache/save@0400d5f6a4f407c1b1b78f4ddd5bffb6548ef6f6 # v4.2.4
|
||||
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||
with:
|
||||
path: apps/desktop/e2e/__screenshots__
|
||||
key: visual-baselines-main
|
||||
|
|
|
|||
1
.github/workflows/e2e-windows.yml
vendored
1
.github/workflows/e2e-windows.yml
vendored
|
|
@ -91,6 +91,7 @@ jobs:
|
|||
|
||||
e2e:
|
||||
name: Install this commit as latest main
|
||||
if: false # NOTE: this job isn't used yet.
|
||||
# needs: build-installer
|
||||
runs-on: windows-latest
|
||||
timeout-minutes: 60
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue