Skip to content

fix: resolve CI workflow parse error for fixture checks#16

Merged
rlippmann merged 1 commit intomainfrom
codex/ci-workflow-parse-fix
Apr 24, 2026
Merged

fix: resolve CI workflow parse error for fixture checks#16
rlippmann merged 1 commit intomainfrom
codex/ci-workflow-parse-fix

Conversation

@rlippmann
Copy link
Copy Markdown
Owner

@rlippmann rlippmann commented Apr 24, 2026

Summary

  • Fix CI workflow parsing by using explicit /tmp paths for Python fixture checkout variables.

Why

  • GitHub Actions rejected the workflow due to an unsupported expression in job-level env (runner.temp).
  • This restores CI execution so required status checks can gate merges.

Changes

  • PY_FIXTURE_CHECKOUT set to /tmp/context-compiler-source
  • FIXTURES_SOURCE set to /tmp/context-compiler-source/tests/fixtures/conformance

Scope

  • CI workflow only (.github/workflows/ci.yml)
  • No fixture JSON or engine behavior changes

@rlippmann rlippmann merged commit cf18cf5 into main Apr 24, 2026
1 check passed
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.

1 participant