Using dgraph as a DB in a GitHub Action for CI/CD

Hi All,

What I want to do

  1. I am using Dgraph as a DB in the standalone mode for my CI/CD pipeline as a service
  2. I want to launch the go-backend application as a step that shall connect to the Dgraph and run the tests.

If anyone has a template or an open-source sample, please let me know.

regards,

Sambit

Hi @sambitdash,

Have a look at GitHub - matthewmcneely/dgraph-docker-helper. You could use this in a go-based runner.