mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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")
|
#machine.wait_for_unit("buildsrht-worker.service")
|
||||||
|
|
||||||
# Testing gitsrht
|
# Testing gitsrht
|
||||||
|
machine.wait_for_unit("gitsrht-api.service")
|
||||||
machine.wait_for_unit("gitsrht.service")
|
machine.wait_for_unit("gitsrht.service")
|
||||||
|
machine.wait_for_unit("gitsrht-webhooks.service")
|
||||||
machine.succeed("curl -sL http://git.${domain} | grep git.${domain}")
|
machine.succeed("curl -sL http://git.${domain} | grep git.${domain}")
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue