Skip to content

Commit

Permalink
ci: let sse-server depend on database-migrator and rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed Jul 5, 2024
1 parent 4f0455b commit ec50f64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ci/compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ services:
image: sse-server:0.0.1
environment:
- ASPNETCORE_ENVIRONMENT=Development
depends_on:
database-migrator:
condition: service_completed_successfully
rabbitmq:
condition: service_started
configs:
- source: Config
target: app/appsettings.override.json
Expand Down

0 comments on commit ec50f64

Please sign in to comment.