Skip to content

Commit

Permalink
nixos/sourcehut: improve testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ju1m authored and tomberek committed Jun 8, 2022
1 parent 17c6f62 commit 9d69ea4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/tests/sourcehut.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
'';
})

0 comments on commit 9d69ea4

Please sign in to comment.