nixos/sourcehut: improve testing

This commit is contained in:
Julien Moutinho 2022-06-08 21:25:54 +02:00 committed by tomberek
parent 17c6f62503
commit 9d69ea4b7f

View File

@ -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}")
'';
})