Commit 5c9766b
fix(ci): hypatia-scan working-directory env.HOME -> /home/runner/hypatia
verisimiser was missed by the estate-wide env.HOME sweep (both this
branch and origin/main carry the bug). `working-directory:
${{ env.HOME }}/hypatia` — env.HOME is not a workflow env: var, so it
resolves empty and the Build step runs in '/hypatia' → 'No such file
or directory', failing the whole Hypatia Neurosymbolic Analysis check
before the scanner runs. The Clone step already puts the repo at
/home/runner/hypatia. Canonical fix matching the estate template.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3c69a80 commit 5c9766b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments