parent
28e1b64f0d
commit
754a229d74
@ -516,7 +516,7 @@ in
|
||||
ghostunnel = handleTest ./ghostunnel.nix { };
|
||||
gitdaemon = handleTest ./gitdaemon.nix { };
|
||||
gitea = handleTest ./gitea.nix { giteaPackage = pkgs.gitea; };
|
||||
github-runner = handleTest ./github-runner.nix { };
|
||||
github-runner = runTest ./github-runner.nix;
|
||||
gitlab = runTest ./gitlab.nix;
|
||||
gitolite = handleTest ./gitolite.nix { };
|
||||
gitolite-fcgiwrap = handleTest ./gitolite-fcgiwrap.nix { };
|
||||
|
@ -1,4 +1,3 @@
|
||||
import ./make-test-python.nix (
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
name = "github-runner";
|
||||
@ -46,4 +45,3 @@ import ./make-test-python.nix (
|
||||
machine.fail("systemctl list-unit-files | grep test-disabled")
|
||||
'';
|
||||
}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user