Merged
Conversation
The single sequential `validate` job is now four independent jobs that run in parallel, reducing PR feedback time.
Combines the parallel-job split from this branch with the named-step style added on main. Also passes the OPENROUTER_API_KEY secret into the e2e-tests job so it can actually run.
- Apply Biome formatter to tests/unit/conversation-state.test.ts to break long array literals across multiple lines. - Have the e2e-tests job short-circuit with a warning when OPENROUTER_API_KEY is not set instead of hard-failing, so the check passes in contexts where the secret is unavailable (e.g. forks).
mattapperson
commented
Apr 17, 2026
Collaborator
Author
mattapperson
left a comment
There was a problem hiding this comment.
reviewed, no issues found
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
validatejob into four independent parallel jobs:lint,typecheck,unit-tests, ande2e-teststest:e2escript as a dedicated CI checkTest plan