tweag/inline-java

Migrate CI to github workflows

Closed this issue · 3 comments

Currently CI uses buildkite and CircleCI. CircleCI was kept to test inline-java on darwin. But github workflows now offers darwin as well. So at this point, we could simplify the project setup by only depending on github workflows.

I've noticed that there is the draft PR #186 about this.

That's a fine starting point.

Done in #193, #192, and #191.