sbt-github-actions
sbt-github-actions copied to clipboard
How do I specify services (e.g. database for integration tests)?
For instance, I think I would need something like this: https://docs.github.com/en/actions/guides/creating-postgresql-service-containers
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