-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add workflow for Fastify Integration testing #269
Conversation
Maybe a workflow which should be generalized in the plugins-ci.yml for dependencies which are integral part of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this triggered from fastify/fastify
changes?
It is not about being triggered when fastify core gets changes. Every change on fastify core results in loading latest version of light-my-request. |
moved the workflow to fastify/workflows. Dont merge this PR |
This PR introduces a workflow, which should help us to detect regressions and incompatibilities in fastify. This is relevant especially for the PR #252, where tests of light-my-requests pass, but testing in fastify breaks.
Checklist
npm run test
andnpm run benchmark
and the Code of conduct