nixos/sourcehut: improve testing
This commit is contained in:
parent
17c6f62503
commit
9d69ea4b7f
1 changed files with 2 additions and 0 deletions
|
@ -246,7 +246,9 @@ in
|
|||
#machine.wait_for_unit("buildsrht-worker.service")
|
||||
|
||||
# Testing gitsrht
|
||||
machine.wait_for_unit("gitsrht-api.service")
|
||||
machine.wait_for_unit("gitsrht.service")
|
||||
machine.wait_for_unit("gitsrht-webhooks.service")
|
||||
machine.succeed("curl -sL http://git.${domain} | grep git.${domain}")
|
||||
'';
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue