fix: replace non-existent test-mongo-local.sh calls in Makefile and clarify MongoDB Docker requirement#366
Merged
shaypal5 merged 2 commits intocodex/update-agents-md-workflowsfrom Mar 14, 2026
Conversation
…quirement in AGENTS.md Co-authored-by: shaypal5 <917954+shaypal5@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update AGENTS local testing workflows
fix: replace non-existent test-mongo-local.sh calls in Makefile and clarify MongoDB Docker requirement
Mar 14, 2026
shaypal5
approved these changes
Mar 14, 2026
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.
make test-mongo-local,make test-mongo-docker, andmake test-mongo-also-localwere silently broken — all three invoked./scripts/test-mongo-local.shwhich doesn't exist in the repo.Changes
Makefile: Replace broken
./scripts/test-mongo-local.shcalls with the existing./scripts/test-local.sh:test-mongo-docker/test-mongo-local→./scripts/test-local.sh mongotest-mongo-also-local→./scripts/test-local.sh mongo memory pickleAGENTS.md: Correct the blanket "external backends require Docker" note — MongoDB runs in-memory by default (
make test-mongo-inmemory), Docker is only required for Redis and SQL.📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.