Skip to content

Commit 9c137a7

Browse files
test(contract): pin Hermes v2026.8.13 host
1 parent e809992 commit 9c137a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v6
2626
with:
2727
repository: offendingcommit/hermes-agent
28-
ref: 9b117cc70919ff5db4bba85ee374b562ae202931
28+
ref: d3b1cfe9a80531e0682b1e66752e04cea29d5d4a
2929
path: .hermes-agent-deployed
3030
- uses: astral-sh/setup-uv@v8.2.0
3131
with:
@@ -36,7 +36,7 @@ jobs:
3636
HERMES_AGENT_PATH: ${{ github.workspace }}/.hermes-agent-deployed
3737
run: |
3838
test "$(git -C "$HERMES_AGENT_PATH" rev-parse HEAD)" = \
39-
"9b117cc70919ff5db4bba85ee374b562ae202931"
39+
"d3b1cfe9a80531e0682b1e66752e04cea29d5d4a"
4040
uv run python -m unittest tests.test_context_engine_contract -v
4141
4242
# Track forward drift against upstream main without making Amber depend on

0 commit comments

Comments
 (0)