Skip to content

fix(ci): hypatia-scan workdir (${{ env.HOME }} resolves empty)#29

Merged
hyperpolymath merged 1 commit into
mainfrom
chore/fix-hypatia-scan-workdir
May 16, 2026
Merged

fix(ci): hypatia-scan workdir (${{ env.HOME }} resolves empty)#29
hyperpolymath merged 1 commit into
mainfrom
chore/fix-hypatia-scan-workdir

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

hypatia-scan.yml Build step used working-directory: \${{ env.HOME }}/hypatia; env.HOME is not a workflow env var so it resolved to /hypatia and the job hard-failed. Pinned to /home/runner/hypatia (GitHub ubuntu runner HOME). Unblocks the Hypatia Neurosymbolic Analysis check estate-wide.

🤖 Generated with Claude Code

The Build step set working-directory: ${{ env.HOME }}/hypatia, but
env.HOME is not a workflow env var, so it resolved to /hypatia and the
job failed with 'No such file or directory'. GitHub-hosted ubuntu
runners always have HOME=/home/runner; pin the path accordingly.

Unblocks the 'Hypatia Neurosymbolic Analysis' check estate-wide.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hyperpolymath hyperpolymath merged commit 60c7249 into main May 16, 2026
7 checks passed
@hyperpolymath hyperpolymath deleted the chore/fix-hypatia-scan-workdir branch May 16, 2026 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants