Commit 40a44d5
committed
CI: start db container before build so it warms up during build
Moving docker compose up ahead of dotnet build lets the database container
start up in parallel with the build, so it is more likely ready by the time
EnsureDatabaseConnections and the tests run (helps the slower SqlServer
container in particular). EnsureDatabaseConnections still gates the tests via
its internal retry loop, so behaviour is unchanged.1 parent d0ad047 commit 40a44d5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments