Commit 5698d89
authored
CI: start db container before build so it warms up during build (#167)
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 348d8d1 commit 5698d89
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