ahmetb / kubectx

Faster way to switch between clusters and namespaces in kubectl
https://kubectx.dev
Apache License 2.0
17.71k stars 1.26k forks source link

Move tests to BATS 1.0 #199

Open ahmetb opened 4 years ago

ahmetb commented 4 years ago

We're currently on sstephenson/bats 0.4 package: https://github.com/ahmetb/kubectx/blob/db8b70661279c7bebec7dda1cf077226d1fefd06/.travis.yml#L2

BATS 1.0 is now maintained at https://github.com/bats-core/bats-core and has its own distribution. Let's move to that.

steinbrueckri commented 4 years ago

@ahmetb If anyone should take up the subject. Do you want the CI to stay with Travis or do you want to move it to Github Action as well?

ahmetb commented 4 years ago

GitHub Actions would be better but I am in the process of rewriting it in Go so I don’t advise working on it right now.