Hi. Is there an example for setting up a GitHub Ac...
# ask-community-for-troubleshooting
d
Hi. Is there an example for setting up a GitHub Action for running PyTest on a new source connector?
m
Did you develop a connector in your repo?
d
Yes.
m
You should reproduce in CI what you ran locally 🙂
but there is no nstructions for that in our docs
d
Ok thanks. I have not set up a CI before. Do you happen to know if any existing connectors have an example of this set up into a GitHub action?
m
The Airbyte structure is quite complex for connectors, we don’t have a action that runs with code change. We trigger using commands.
d
Ok thank you.