This message was deleted.
# atlantis-contributors
s
This message was deleted.
👀 1
d
I'll review these today
🙌 1
j
im trying to brush up on my github actions, so we can get something in place that will automate the deployment/testing of these.
💯 1
Im not sure who pays the github automation bill, but it would be nice to spin up KinD clusters, and actually deploy
d
We don't pay, we just get the free tier
j
got it
d
the e2e tests for the main Atlantis repo are still on CircleCI but we've been discussing moving those to GHA
j
Would just be nice to take a helm Pull Req, and ensure it deploys, instead of just taking someones word for it, or manually testing it on your local system
💯 1
im just so much more familiar with gitlab, but thats what we. Each MR spins up a Kind Cluster, deplooys the helm chart, runs kubeconfim against it and then some simple tests
not perfect, but decently effective/fastr
d
yup pretty standard
Done