graphqlgen icon indicating copy to clipboard operation
graphqlgen copied to clipboard

Setup semantic-release & CI

Open schickling opened this issue 7 years ago • 1 comments

schickling avatar Oct 16 '18 20:10 schickling

We use circleci 2 and now 2.1 extensively at Dialogue where I work. There's a lot of nice things we can leverage out of it that graphqlgen* isn't yet, such as:

  • leverage workflow to visualize the various checks tests builds publishes etc. being done
  • split various checks/lints/tests into discrete workflow jobs (more parallelism but also granular pr check failure reporting)
  • caching
  • automatic test splitting

*Actually it would be a good topic for probably streamlining ci/d across prisma oss repos. For example custom orbs (reusable ci/d pipeline components) that encapsulate Prisma's ci/d-standards and make leverages workflows parallelism as painless/fun as possible. :)

jasonkuhrt avatar Dec 13 '18 04:12 jasonkuhrt