1 parent e809992 commit 9c137a7Copy full SHA for 9c137a7
1 file changed
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v6
26
with:
27
repository: offendingcommit/hermes-agent
28
- ref: 9b117cc70919ff5db4bba85ee374b562ae202931
+ ref: d3b1cfe9a80531e0682b1e66752e04cea29d5d4a
29
path: .hermes-agent-deployed
30
- uses: astral-sh/setup-uv@v8.2.0
31
@@ -36,7 +36,7 @@ jobs:
36
HERMES_AGENT_PATH: ${{ github.workspace }}/.hermes-agent-deployed
37
run: |
38
test "$(git -C "$HERMES_AGENT_PATH" rev-parse HEAD)" = \
39
- "9b117cc70919ff5db4bba85ee374b562ae202931"
+ "d3b1cfe9a80531e0682b1e66752e04cea29d5d4a"
40
uv run python -m unittest tests.test_context_engine_contract -v
41
42
# Track forward drift against upstream main without making Amber depend on
0 commit comments