istio-ecosystem / authservice

Move OIDC token acquisition out of your app code and into the Istio mesh
Apache License 2.0
217 stars 63 forks source link

Setup CI/CD #31

Closed nickrmc83 closed 4 years ago

nickrmc83 commented 5 years ago

Create CI/CD configuration for running builds and test on all commits and MRs.

cfryanr commented 5 years ago

Limin suggested that we use Prow for CI.

Changdrew commented 5 years ago

We set up Github Actions to run make test on every PR. Do we want to also run on all commits?

cfryanr commented 4 years ago

We recently also added a github Actions Workflow to run tests on every commit to master, and added a badge to the main README file of the project which shows the status of master tests. We'll consider this first draft of CI finished because it is good enough for now.