mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-24 22:55:57 +03:00
[PR #116] [MERGED] ci: run mock E2E tests on every PR/push #144
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/116
Author: @mikeyobrien
Created: 1/25/2026
Status: ✅ Merged
Merged: 1/25/2026
Merged by: @mikeyobrien
Base:
main← Head:ci-mock-e2e-tests📝 Commits (3)
b46278bci: run mock E2E tests on every PR/push9237968fix(ci): build ralph binary for E2E testsd1f0630ci: make E2E job non-blocking for known cassette issues📊 Changes
2 files changed (+42 additions, -1 deletions)
View changed files
📝
.github/workflows/ci.yml(+25 -0)📝
AGENTS.md(+17 -1)📄 Description
Summary
Integrates mock E2E tests into the CI pipeline to catch orchestration regressions early without API costs.
e2e-mockjob to GitHub Actions workflowTest Plan
./target/release/ralph-e2e --mock --skip-analysispassesRelated
Builds on #114 (mock adapter implementation) to provide continuous validation of orchestration behavior.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.