sbt-github-actions icon indicating copy to clipboard operation
sbt-github-actions copied to clipboard

How do I specify services (e.g. database for integration tests)?

Open nafg opened this issue 4 years ago • 1 comments

For instance, I think I would need something like this: https://docs.github.com/en/actions/guides/creating-postgresql-service-containers

nafg avatar Mar 18 '21 06:03 nafg

I guess a WorkflowStep.Run that runs docker-compose -d is an alternative

With services, you get the stdout in its own section at the end. This wouldn't have that. But at least this needn't be a road blocker to using sbt-github-actions

nafg avatar Jul 12 '22 06:07 nafg