spring-attic/reactor-scala-extensions

Switch to Github Actions for CI

simonbasle opened this issue · 5 comments

See reactor/reactor#690 for context.

This includes both PR checks and push checks on maintenance branches.
We'll also need to remove travis.yml file if travis was used, and do the following repo config changes:

  • remove travis app integration
  • remove .travis.yml
  • remove CircleCI integration (.circleci/)
  • change the "required checks" to include the new ci jobs

@sinwe will you be able to make the switch ?

sinwe commented

I think scala extensions already have GHA running in parallel. I'll check it out.

that would be easy then, this turns into simply removing travis in that case 😉

oh I just noticed that there is circleCI build as well. Adding "remove .travis.ymland.circleci/` to the list of tasks. (unless you want to keep circleCI on top of GHA @sinwe ?)

sinwe commented

CircleCI is never used, it was just a try. I'll remove it.