Thanks for helping improve Mimicker Action!
- Git
- A GitHub account
- Fork the repo and create a branch from
main - Make your changes to
action.yml,README.md, or the test workflow - Test locally by pushing to a fork and running the workflow
- Open a PR against
main— CI will run automatically
The test workflow (.github/workflows/test.yml) runs two jobs:
- Test — no stubs file: starts Mimicker with no config and checks the health endpoint
- Test — with stubs file: starts Mimicker with a YAML config, hits a stub, and runs the coverage report
To test your changes, push to your fork and trigger the workflow via workflow_dispatch or a push to main.
Open an issue with:
- The
action.ymlinputs you used - The full workflow step output
- Expected vs actual behavior
Open a Discussion or check the Mimicker docs.